diff --git a/zsh/zshrc.symlink b/zsh/zshrc.symlink index bc09ca1..892a392 100644 --- a/zsh/zshrc.symlink +++ b/zsh/zshrc.symlink @@ -23,11 +23,6 @@ export EDITOR='vim' export PATH=/usr/local/bin:$PATH -# load rvm -if [[ -d ~/.rvm ]]; then - source ~/.rvm/scripts/rvm -fi - # add /usr/local/sbin if [[ -d /usr/local/sbin ]]; then export PATH=/usr/local/sbin:$PATH @@ -42,3 +37,5 @@ if [[ -d ~/bin ]]; then fi [ -z "$TMUX" ] && export TERM=xterm-256color + +PATH=$HOME/.rvm/bin:$PATH # Add RVM to PATH for scripting