Remove rvm auto-changes.

This commit is contained in:
David Tomaschik
2016-02-15 08:53:00 -08:00
parent 20581f766f
commit 089261264f
3 changed files with 0 additions and 8 deletions

View File

@@ -40,5 +40,3 @@ if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
fi fi
if [[ -e $HOME/.aliases ]] ; then source $HOME/.aliases ; fi if [[ -e $HOME/.aliases ]] ; then source $HOME/.aliases ; fi
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting

View File

@@ -11,7 +11,3 @@ fi
unset GPG_AGENT_INFO_PATH unset GPG_AGENT_INFO_PATH
export GPG_TTY=`tty` export GPG_TTY=`tty`
# End GPG # End GPG
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*

View File

@@ -54,5 +54,3 @@ fi
# Load any local settings # Load any local settings
if [ -e $HOME/.zshrc.local ] ; then source $HOME/.zshrc.local ; fi if [ -e $HOME/.zshrc.local ] ; then source $HOME/.zshrc.local ; fi
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting