Install latest zsh from brew

This commit is contained in:
Yan Pritzker 2013-03-29 08:25:27 -07:00
parent 1594e3ec9c
commit 8599c7bd10

View File

@ -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