Commit 7e0b5c1e8793ec77c3b3d4d07bb48d3ec9d9c473
1 parent
816e142823
Exists in
master
and in
2 other branches
FIX install.sh
Showing 1 changed file with 4 additions and 4 deletions Side-by-side Diff
tools/install.sh
... | ... | @@ -86,10 +86,10 @@ hash git >/dev/null 2>&1 && env git clone --depth=1 http://git.str8.biz/mj/zsh-c |
86 | 86 | echo "\033[0;34mUsing the Zsh Config template file and adding it to ~/.zshrc\033[0m" |
87 | 87 | cp $ZCNF/templates/zshrc.sh ~/.zshrc |
88 | 88 | cp $ZCNF/templates/bashrc.sh ~/.bashrc |
89 | - # ln -s $ZCNF/templates/bash_aliases.sh ~/.bash_aliases | |
90 | -sed -i -e "/^export ZSH=/ c\\ | |
91 | -export ZSH=$ZSH | |
92 | -" ~/.zshrc | |
89 | + | |
90 | +#sed -i -e "/^export ZSH=/ c\\ | |
91 | +#export ZSH=$ZSH | |
92 | +#" ~/.zshrc | |
93 | 93 | |
94 | 94 | echo "\033[0;34mCopying your current PATH and adding it to the end of ~/.zshrc for you.\033[0m" |
95 | 95 | sed -i -e "/export PATH=/ c\\ |