summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-04-13 12:40:31 +0200
committerGravatar Tom Willemse2016-04-13 12:40:31 +0200
commit93f498b5286d60c07db583f553a311f2295f5f0d (patch)
tree987eeff95b1d6135b423b84523e876e197cbde09
parentd58a326ee546c73ed414cd67bb9bebcfbd61a1fb (diff)
downloaddotfiles-93f498b5286d60c07db583f553a311f2295f5f0d.tar.gz
dotfiles-93f498b5286d60c07db583f553a311f2295f5f0d.zip
Remove rvm config
-rw-r--r--zsh/.zprofile7
1 files changed, 1 insertions, 6 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile
index 2295572..7b29660 100644
--- a/zsh/.zprofile
+++ b/zsh/.zprofile
@@ -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