Remove rvm config

This commit is contained in:
Tom Willemse 2016-04-13 12:40:31 +02:00
parent d58a326ee5
commit 93f498b528

View file

@ -3,7 +3,6 @@ export EDITOR="emacsclient -a emacs"
PATH="$HOME/usr/bin:$PATH"
PATH="/usr/local/heroku/bin:$PATH"
PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
export PATH
INFOPATH="$HOME/documents/info:$INFOPATH"
@ -24,8 +23,4 @@ if [ -z "$SSH_AGENT_PID" ]; then
eval `ssh-agent`
fi
# Load RVM into a shell session as a func
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
systemctl --user import-environment PATH INFOPATH GEM_HOME GEM_PATH \
MY_RUBY_HOME IRBRC RUBYOPT gemset
systemctl --user import-environment PATH INFOPATH