diff --git a/tools/install.sh b/tools/install.sh index 62c8d88..cac51df 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -1,5 +1,5 @@ # ** Initiate with: ** -# cd && wget http://git.str8.biz/mj/zsh-config/raw/master/tools/install.sh -O -- | sh +# cd && wget http://git.str8.biz/mj/zsh-config/raw/master/tools/install.sh -O -| sh # ----------------------------------------------------------------------------------- set -e @@ -28,6 +28,7 @@ fi echo "\033[0;34mUsing the Zsh Config template file and adding it to ~/.zshrc\033[0m" ln -s $ZCNF/templates/zshrc ~/.zshrc +rm ~/.bash_aliases ln -s $ZCNF/templates/bash_aliases ~/.bash_aliases sed -i -e "/^export ZSH=/ c\\ export ZSH=$ZSH