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 | |
parent | Add gfrop command (diff) | |
download | src-b6e9caa86c1fe345dfe5c2cdd21bbe26146030c7.tar.gz src-b6e9caa86c1fe345dfe5c2cdd21bbe26146030c7.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..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" |