From d11596f4c9f067db4e995525f12cc2c1b7a95b3c Mon Sep 17 00:00:00 2001 From: mj Date: Sun, 22 Feb 2015 07:18:10 +0100 Subject: [PATCH] rm ~/.bash_aliases --- tools/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.0.0