diff --git a/templates/zshrc.sh b/templates/zshrc.sh index 954da40..3786e8c 100644 --- a/templates/zshrc.sh +++ b/templates/zshrc.sh @@ -36,7 +36,9 @@ fi export PATH=$HOME/bin:/usr/local/bin:$PATH # export MANPATH="/usr/local/man:$MANPATH" -source $ZSH/oh-my-zsh.sh +source ~/.zshrc + +# source $ZSH/oh-my-zsh.sh # ANTIGEN: # diff --git a/tools/install.sh b/tools/install.sh index 375aab8..3a9f7c9 100755 --- a/tools/install.sh +++ b/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 } echo "\033[0;34mUsing the Zsh Config template file and adding it to ~/.zshrc\033[0m" -ln -s $ZCNF/templates/zshrc.sh ~/.zshrc -ln -s $ZCNF/templates/bashrc.sh ~/.bashrc -ln -s $ZCNF/templates/bash_aliases.sh ~/.bash_aliases +cp $ZCNF/templates/zshrc.sh ~/.zshrc +cp $ZCNF/templates/bashrc.sh ~/.bashrc + # ln -s $ZCNF/templates/bash_aliases.sh ~/.bash_aliases sed -i -e "/^export ZSH=/ c\\ export ZSH=$ZSH " ~/.zshrc