Commit 709000757925b396adf499b2612212140407f261
1 parent
fa903b650f
Exists in
master
and in
2 other branches
IMP tools/install.sh
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
tools/install.sh
... | ... | @@ -23,7 +23,7 @@ if [ -f ~/.zshrc ] || [ -h ~/.zshrc ]; then |
23 | 23 | fi |
24 | 24 | |
25 | 25 | echo "\033[0;34mUsing the Zsh Config template file and adding it to ~/.zshrc\033[0m" |
26 | -cp $ZCNF/templates/zshrc ~/.zshrc | |
26 | +ln -s $ZCNF/templates/zshrc ~/.zshrc | |
27 | 27 | ln -s $ZCNF/templates/bash_aliases ~/.bash_aliases |
28 | 28 | sed -i -e "/^export ZSH=/ c\\ |
29 | 29 | export ZSH=$ZSH |