summary refs log tree commit diff
diff options
context:
space:
mode:
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..de75be0c
--- /dev/null
+++ b/.rvmrc
@@ -0,0 +1,2 @@
+export rvm_path="/home/curtis/.rvm"
+rvm_make_flags="-j4"
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"