diff --git a/templates/zshrc.sh b/templates/zshrc.sh index 3786e8c..999e2f7 100644 --- a/templates/zshrc.sh +++ b/templates/zshrc.sh @@ -28,9 +28,9 @@ plugins=(command-not-found common-aliases debian dirhistory git history history- meteor node npm ) -if [ -f ~/.config/zsh-config/templates/bash_aliases ]; then - . ~/.config/zsh-config/templates/bash_aliases -fi +#if [ -f ~/.config/zsh-config/templates/bash_aliases ]; then +# . ~/.config/zsh-config/templates/bash_aliases +#fi # User configuration export PATH=$HOME/bin:/usr/local/bin:$PATH diff --git a/tools/install.sh b/tools/install.sh index 3a9f7c9..6adb2ca 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -87,7 +87,8 @@ 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)" + # echo "chsh -s $(which zsh)" + chsh -s /bin/zsh fi echo "\033[0;32m"' __ __ '"\033[0m" @@ -99,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