This commit is contained in:
Chad Kouse 2013-03-21 14:24:12 -04:00
parent 6f07653bcc
commit c7b16179c2

View File

@ -146,7 +146,7 @@ def install_prezto
run %{ mkdir -p $HOME/.zsh.after }
run %{ mkdir -p $HOME/.zsh.prompts }
if ENV[SHELL].include? 'zsh' then
if ENV["SHELL"].include? 'zsh' then
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"