diff --git a/dotfiles/bashrc b/dotfiles/bashrc index 02acf37..8107dee 100644 --- a/dotfiles/bashrc +++ b/dotfiles/bashrc @@ -40,5 +40,3 @@ if [ -f /etc/bash_completion ] && ! shopt -oq posix; then fi if [[ -e $HOME/.aliases ]] ; then source $HOME/.aliases ; fi - -export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting diff --git a/dotfiles/profile b/dotfiles/profile index 218c72a..d533854 100644 --- a/dotfiles/profile +++ b/dotfiles/profile @@ -11,7 +11,3 @@ fi unset GPG_AGENT_INFO_PATH export GPG_TTY=`tty` # 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* diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 63b71d4..a8d3107 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -54,5 +54,3 @@ fi # Load any local settings if [ -e $HOME/.zshrc.local ] ; then source $HOME/.zshrc.local ; fi - -export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting