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 | |
parent | Add gfrop command (diff) | |
download | src-ee06c6a408a65aeda50e7b34245321e06103347d.tar.gz src-ee06c6a408a65aeda50e7b34245321e06103347d.zip |
Set up RVM
-rw-r--r-- | .rvmrc | 2 | ||||
-rw-r--r-- | .zshrc | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.rvmrc b/.rvmrc new file mode 100644 index 00000000..e218334c --- /dev/null +++ b/.rvmrc @@ -0,0 +1,2 @@ +export rvm_path="/home/home/.rvm" +rvm_make_flags="-j4" 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" |