diff --git a/Rakefile b/Rakefile index 709cfcd0..95626519 100644 --- a/Rakefile +++ b/Rakefile @@ -144,7 +144,7 @@ def install_homebrew puts "======================================================" puts "Installing Homebrew packages...There may be some warnings." puts "======================================================" - run %{brew install ack ctags git hub tmux reattach-to-user-namespace the_silver_searcher} + run %{brew install zsh ack ctags git hub tmux reattach-to-user-namespace the_silver_searcher} puts puts end