Commit 6303a517273efc340958c999f74f82c7039b279f
1 parent
aa203e431a
Exists in
master
and in
2 other branches
FIX install.sh
Showing 1 changed file with 3 additions and 3 deletions Side-by-side Diff
tools/install.sh
... | ... | @@ -88,7 +88,7 @@ export PATH=\"$PATH\" |
88 | 88 | if [ "$SHELL" != "$(which zsh)" ]; then |
89 | 89 | echo "\033[0;34mTime to change your default shell to zsh!\033[0m" |
90 | 90 | # echo "chsh -s $(which zsh)" |
91 | - chsh -s /bin/zsh | |
91 | + echo "chsh -s /bin/zsh" | |
92 | 92 | fi |
93 | 93 | |
94 | 94 | echo "\033[0;32m"' __ __ '"\033[0m" |
... | ... | @@ -100,5 +100,5 @@ echo "\033[0;32m"' /____/ ....is no |
100 | 100 | echo "\n\n \033[0;32mPlease look over the ~/.zshrc file to select plugins, themes, and options.\033[0m" |
101 | 101 | echo "\n\n \033[0;32mp.s. Follow us at http://twitter.com/ohmyzsh.\033[0m" |
102 | 102 | echo "\n\n \033[0;32mp.p.s. Get stickers and t-shirts at http://shop.planetargon.com.\033[0m" |
103 | -env zsh | |
104 | -. ~/.zshrc | |
103 | +#env zsh | |
104 | +#. ~/.zshrc |