aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-04-12 17:50:49 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-04-12 17:50:49 +0200
commita4018c15103b1ca1cbbc7a47762c1558c430432e (patch)
treee45a3305865846be21adcdf889182e73ea3c4f7f /zsh/.zshrc
parent3ba0b0892534509e39d325b9e29b25883914c48e (diff)
downloaddotfiles-a4018c15103b1ca1cbbc7a47762c1558c430432e.tar.xz
zsh: Removed rvm
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc1
1 files changed, 0 insertions, 1 deletions
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')