summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dotfiles/bashrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/dotfiles/bashrc b/dotfiles/bashrc
index 92706ec..a4158ef 100644
--- a/dotfiles/bashrc
+++ b/dotfiles/bashrc
@@ -98,5 +98,7 @@ if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi
-PATH="$PATH":~/.gem/ruby/1.9.1/bin
+# Add RVM to PATH for scripting
+# Add Carton to PATH for Emacs development
+PATH=$PATH:$HOME/.rvm/bin:$HOME/.carton/bin
export PATH