diff --git a/bash/bashrc b/bash/bashrc index 9378726..649c213 100755 --- a/bash/bashrc +++ b/bash/bashrc @@ -219,7 +219,7 @@ if [ `uname` == "Darwin" ]; then fi; -[[ -s "/Users/dcramer/.rvm/scripts/rvm" ]] && source "/Users/dcramer/.rvm/scripts/rvm" # This loads RVM into a shell session. +[[ -s "~/.rvm/scripts/rvm" ]] && source "~/.rvm/scripts/rvm" # This loads RVM into a shell session. export CHEF_USER=zeeg