From 4916e0267feb0d6b9235fd3d327a38e0084a98b7 Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Mon, 26 Nov 2012 09:41:35 -0600 Subject: [PATCH] Automatically use zshell --- Rakefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Rakefile b/Rakefile index c09e135..058d266 100644 --- a/Rakefile +++ b/Rakefile @@ -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)