From c7b16179c2f698eef852a65e930b3d6ed2ac8c72 Mon Sep 17 00:00:00 2001 From: Chad Kouse Date: Thu, 21 Mar 2013 14:24:12 -0400 Subject: [PATCH] fixes #268 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 9c0426a..6b67cae 100644 --- a/Rakefile +++ b/Rakefile @@ -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"