From 244d865473042c968b981cabf01f2369a789fd15 Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Mon, 16 Dec 2013 13:20:07 -0600 Subject: [PATCH] Fix path to zsh to use the homebrew installed newer version --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 0a3b4e9..fd23180 100644 --- a/Rakefile +++ b/Rakefile @@ -251,7 +251,7 @@ def install_prezto puts "Zsh is already configured as your shell of choice. Restart your session to load the new settings" else puts "Setting zsh as your default shell" - run %{ chsh -s /bin/zsh } + run %{ chsh -s /usr/local/bin/zsh } end end