diff --git a/tools/install.sh b/tools/install.sh index 17ba439..6fa75f6 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -23,7 +23,7 @@ if [ -f ~/.zshrc ] || [ -h ~/.zshrc ]; then fi echo "\033[0;34mUsing the Zsh Config template file and adding it to ~/.zshrc\033[0m" -cp $ZCNF/templates/zshrc ~/.zshrc +ln -s $ZCNF/templates/zshrc ~/.zshrc ln -s $ZCNF/templates/bash_aliases ~/.bash_aliases sed -i -e "/^export ZSH=/ c\\ export ZSH=$ZSH