summaryrefslogtreecommitdiffstats
path: root/zsh/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zprofile')
-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