From a4018c15103b1ca1cbbc7a47762c1558c430432e Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 12 Apr 2014 17:50:49 +0200 Subject: zsh: Removed rvm --- zsh/.zprofile | 2 -- zsh/.zshrc | 1 - 2 files changed, 3 deletions(-) diff --git a/zsh/.zprofile b/zsh/.zprofile index ac634a2..c8d73c3 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -33,6 +33,4 @@ export GTK_IM_MODULE=xim export SUDO_PROMPT=$'\e[31mSUDO\e[m password for \e[34m%p\e[m: ' -[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* - [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx "$HOME/.config/X11/xinitrc" diff --git a/zsh/.zshrc b/zsh/.zshrc index b1cb00c..64364da 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -118,7 +118,6 @@ sprfile() { curl -F "sprunge=<$1" http://sprunge.us } -PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting GPG_AGENT_INFO=$(ss -xl | grep -o '/run/user/1000/keyring-.*/gpg') [ -z "$GPG_AGENT_INFO" ] || export GPG_AGENT_INFO=$GPG_AGENT_INFO:0:1 SSH_AUTH_SOCK=$(ss -xl | grep -o '/run/user/1000/keyring-.*/ssh') -- cgit v1.2.3-54-g00ecf