Automatically use zshell

This commit is contained in:
Yan Pritzker 2012-11-26 09:41:35 -06:00
parent ce05cc1866
commit 4916e0267f

View File

@ -123,6 +123,9 @@ def install_prezto
run %{ mkdir -p $HOME/.zsh.before }
run %{ mkdir -p $HOME/.zsh.after }
run %{ mkdir -p $HOME/.zsh.prompts }
puts "Setting zsh as your default shell"
run %{ chsh -s /bin/zsh }
end
def want_to_install? (section)