Skip to content

Commit

Permalink
Update rvm paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Aug 27, 2013
1 parent a1d78f7 commit 7c6d3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/bashrc
Expand Up @@ -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

Expand Down

0 comments on commit 7c6d3b8

Please sign in to comment.