diff options
author | June McEnroe <programble@gmail.com> | 2013-01-26 16:14:10 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2013-01-26 16:14:10 -0500 |
commit | c23e41d2eefa55d20607c47247f7ebbd6d66fb84 (patch) | |
tree | bf68dd25248eb2014f06eea22f931d592c8961a7 /.zsh | |
parent | Add PulseAudio configuration (diff) | |
download | src-c23e41d2eefa55d20607c47247f7ebbd6d66fb84.tar.gz src-c23e41d2eefa55d20607c47247f7ebbd6d66fb84.zip |
Replace RVM with chruby
Diffstat (limited to '')
-rw-r--r-- | .zshrc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.zshrc b/.zshrc index a109709a..4d21d8be 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 |