diff options
author | June McEnroe <june@causal.agency> | 2012-07-07 00:57:36 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2012-07-07 00:57:36 -0400 |
commit | ee06c6a408a65aeda50e7b34245321e06103347d (patch) | |
tree | 18fcc10531cb3a679a70e0f203dc95aaf07b8268 /.zshrc | |
parent | Add gfrop command (diff) | |
download | src-ee06c6a408a65aeda50e7b34245321e06103347d.tar.gz src-ee06c6a408a65aeda50e7b34245321e06103347d.zip |
Set up RVM
Diffstat (limited to '')
-rw-r--r-- | .zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc index 3a38aea6..be2f959d 100644 --- a/.zshrc +++ b/.zshrc @@ -175,3 +175,6 @@ ZSH_HIGHLIGHT_STYLES[back-double-quoted-argument]='fg=yellow,bold' pacman -Qu > /dev/null && [ ! -f /var/lib/pacman/db.lck ] && sudo pacman-color -Syu echo -n + +PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting +[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" |