summary refs log tree commit diff
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
parentAdd gfrop command (diff)
downloadsrc-ee06c6a408a65aeda50e7b34245321e06103347d.tar.gz
src-ee06c6a408a65aeda50e7b34245321e06103347d.zip
Set up RVM
Diffstat (limited to '')
-rw-r--r--.rvmrc2
-rw-r--r--.zshrc3
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"