Commit b6a161bbf87c7a2512ff375a157e381563bfd87f

Authored by mj
1 parent af25b226e9
Exists in master and in 2 other branches 02-merge, dev

FIX install & zshrc

Showing 2 changed files with 6 additions and 4 deletions Side-by-side Diff

... ... @@ -36,7 +36,9 @@ fi
36 36 export PATH=$HOME/bin:/usr/local/bin:$PATH
37 37 # export MANPATH="/usr/local/man:$MANPATH"
38 38  
39   -source $ZSH/oh-my-zsh.sh
  39 +source ~/.zshrc
  40 +
  41 +# source $ZSH/oh-my-zsh.sh
40 42  
41 43 # ANTIGEN:
42 44 #
... ... @@ -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