Skip to content

Commit

Permalink
Optimize .rvmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
therubymug committed Sep 9, 2010
1 parent dc4b865 commit 712d672
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .rvmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
rvm_gemset_create_on_use_flag=1
rvm gemset use hitch
if [[ -n "$rvm_environments_path" && -s "$rvm_environments_path/ree-1.8.7-2010.02@hitch" ]] ; then
\. "$rvm_environments_path/ree-1.8.7-2010.02@hitch"
else
rvm --create use "ree-1.8.7-2010.02@hitch"
fi

0 comments on commit 712d672

Please sign in to comment.