summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2013-01-26 16:14:10 -0500
committerJune McEnroe <june@causal.agency>2013-01-26 16:14:10 -0500
commiteb24540cda4825bc24ec3d750d450535f1904fe1 (patch)
tree194268cfb04b527fecb5dd3d0ef85bc2f430db86 /.zshrc
parentAdd PulseAudio configuration (diff)
downloadsrc-eb24540cda4825bc24ec3d750d450535f1904fe1.tar.gz
src-eb24540cda4825bc24ec3d750d450535f1904fe1.zip
Replace RVM with chruby
Diffstat (limited to '')
-rw-r--r--.zshrc4
1 files changed, 1 insertions, 3 deletions
diff --git a/.zshrc b/.zshrc
index 2c5127cd..f7ce6b96 100644
--- a/.zshrc
+++ b/.zshrc
@@ -128,9 +128,7 @@ alias gsh='git show'
 alias gt='git tag'
 alias gu='git pull'
 
-# RVM insists on being last
-export PATH=$PATH:$HOME/.rvm/bin
-[ -s "$HOME/.rvm/scripts/rvm" ] && source "$HOME/.rvm/scripts/rvm"
+source /usr/share/chruby/chruby.sh
 
 # Update all the time!
 /usr/bin/pacman -Qu > /dev/null && [ ! -f /var/lib/pacman/db.lck ] && sudo $PACMAN -Syu