diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index c7b78b841..77f866d52 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -25,9 +25,4 @@ plugins=(git) source $ZSH/oh-my-zsh.sh -# After open new tabs / windows and "Reuse Previous Tab's Directory" -# reload the .rvmrc file on current directory -# http://beginrescueend.com/integration/zsh/ -[[ -s $HOME/.rvm/scripts/rvm ]] && __rvm_project_rvmrc - # Customize to your needs...