Commit b6a161bbf87c7a2512ff375a157e381563bfd87f
1 parent
af25b226e9
Exists in
master
and in
2 other branches
FIX install & zshrc
Showing 2 changed files with 6 additions and 4 deletions Side-by-side Diff
templates/zshrc.sh
tools/install.sh
... | ... | @@ -73,9 +73,9 @@ hash git >/dev/null 2>&1 && env git clone --depth=1 http://git.str8.biz/mj/zsh-c |
73 | 73 | } |
74 | 74 | |
75 | 75 | echo "\033[0;34mUsing the Zsh Config template file and adding it to ~/.zshrc\033[0m" |
76 | -ln -s $ZCNF/templates/zshrc.sh ~/.zshrc | |
77 | -ln -s $ZCNF/templates/bashrc.sh ~/.bashrc | |
78 | -ln -s $ZCNF/templates/bash_aliases.sh ~/.bash_aliases | |
76 | +cp $ZCNF/templates/zshrc.sh ~/.zshrc | |
77 | +cp $ZCNF/templates/bashrc.sh ~/.bashrc | |
78 | + # ln -s $ZCNF/templates/bash_aliases.sh ~/.bash_aliases | |
79 | 79 | sed -i -e "/^export ZSH=/ c\\ |
80 | 80 | export ZSH=$ZSH |
81 | 81 | " ~/.zshrc |