From 6303a517273efc340958c999f74f82c7039b279f Mon Sep 17 00:00:00 2001 From: mj Date: Fri, 20 Mar 2015 20:06:46 +0100 Subject: [PATCH] FIX install.sh --- tools/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/install.sh b/tools/install.sh index 6adb2ca..84671f6 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -88,7 +88,7 @@ export PATH=\"$PATH\" if [ "$SHELL" != "$(which zsh)" ]; then echo "\033[0;34mTime to change your default shell to zsh!\033[0m" # echo "chsh -s $(which zsh)" - chsh -s /bin/zsh + echo "chsh -s /bin/zsh" fi echo "\033[0;32m"' __ __ '"\033[0m" @@ -100,5 +100,5 @@ echo "\033[0;32m"' /____/ ....is no echo "\n\n \033[0;32mPlease look over the ~/.zshrc file to select plugins, themes, and options.\033[0m" echo "\n\n \033[0;32mp.s. Follow us at http://twitter.com/ohmyzsh.\033[0m" echo "\n\n \033[0;32mp.p.s. Get stickers and t-shirts at http://shop.planetargon.com.\033[0m" -env zsh -. ~/.zshrc +#env zsh +#. ~/.zshrc -- 2.0.0