From 93f498b5286d60c07db583f553a311f2295f5f0d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 13 Apr 2016 12:40:31 +0200 Subject: Remove rvm config --- zsh/.zprofile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'zsh/.zprofile') 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 -- cgit v1.2.3-54-g00ecf