diff options
author | June McEnroe <programble@gmail.com> | 2012-07-07 00:57:36 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2012-07-07 00:57:36 -0400 |
commit | b6e9caa86c1fe345dfe5c2cdd21bbe26146030c7 (patch) | |
tree | 18e812f6c70710a185a696b23ade905d17285e33 /.zsh | |
parent | Add gfrop command (diff) | |
download | src-b6e9caa86c1fe345dfe5c2cdd21bbe26146030c7.tar.gz src-b6e9caa86c1fe345dfe5c2cdd21bbe26146030c7.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 c4b6e7de..37bff05b 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" |