diff --git a/zsh/zshrc b/zsh/zshrc index ac2016d..fe6c402 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -163,5 +163,3 @@ alias -g NE="2> /dev/null" # Redirect stderr to /dev/null eval $(dircolors --sh) export GREP_COLORS='mt=31' -# Add RVM to PATH for scripting. Make sure this is the last PATH variable change. -export PATH="$PATH:$HOME/.rvm/bin"