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