From 7c6d3b8919d0fdfaf546c13de2f4c3b2dec95de7 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Mon, 26 Aug 2013 18:44:19 -0700 Subject: [PATCH] Update rvm paths --- bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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