Commit d11596f4c9f067db4e995525f12cc2c1b7a95b3c
1 parent
e03efab23f
Exists in
master
and in
2 other branches
rm ~/.bash_aliases
Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff
tools/install.sh
1 | 1 | # ** Initiate with: ** |
2 | -# cd && wget http://git.str8.biz/mj/zsh-config/raw/master/tools/install.sh -O -- | sh | |
2 | +# cd && wget http://git.str8.biz/mj/zsh-config/raw/master/tools/install.sh -O -| sh | |
3 | 3 | # ----------------------------------------------------------------------------------- |
4 | 4 | |
5 | 5 | set -e |
... | ... | @@ -28,6 +28,7 @@ fi |
28 | 28 | |
29 | 29 | echo "\033[0;34mUsing the Zsh Config template file and adding it to ~/.zshrc\033[0m" |
30 | 30 | ln -s $ZCNF/templates/zshrc ~/.zshrc |
31 | +rm ~/.bash_aliases | |
31 | 32 | ln -s $ZCNF/templates/bash_aliases ~/.bash_aliases |
32 | 33 | sed -i -e "/^export ZSH=/ c\\ |
33 | 34 | export ZSH=$ZSH |