summary refs log tree commit diff
path: root/.zsh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2012-07-07 00:57:36 -0400
committerJune McEnroe <june@causal.agency>2012-07-07 00:57:36 -0400
commitee06c6a408a65aeda50e7b34245321e06103347d (patch)
tree18fcc10531cb3a679a70e0f203dc95aaf07b8268 /.zsh
parentAdd gfrop command (diff)
downloadsrc-ee06c6a408a65aeda50e7b34245321e06103347d.tar.gz
src-ee06c6a408a65aeda50e7b34245321e06103347d.zip
Set up RVM
Diffstat (limited to '')
-rw-r--r--.zshrc3
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"