Loading .zshrc +0 −3 Original line number Diff line number Diff line Loading @@ -12,9 +12,6 @@ DISABLE_AUTO_UPDATE=true # activate oh-my-zsh export ZSH=$HOME/.oh-my-zsh if [[ ! -d $ZSH ]] && has git; then git clone git://github.com/robbyrussell/oh-my-zsh.git $ZSH fi [[ -d $ZSH ]] && source $ZSH/oh-my-zsh.sh # Local shell settings Loading Loading
.zshrc +0 −3 Original line number Diff line number Diff line Loading @@ -12,9 +12,6 @@ DISABLE_AUTO_UPDATE=true # activate oh-my-zsh export ZSH=$HOME/.oh-my-zsh if [[ ! -d $ZSH ]] && has git; then git clone git://github.com/robbyrussell/oh-my-zsh.git $ZSH fi [[ -d $ZSH ]] && source $ZSH/oh-my-zsh.sh # Local shell settings Loading