From 8599c7bd10158d5e80e5faa7477fd1566d95eb57 Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Fri, 29 Mar 2013 08:25:27 -0700 Subject: [PATCH] Install latest zsh from brew --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 709cfcd..9562651 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