Skip to content

Commit

Permalink
Import .rvmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuga committed Jan 7, 2012
1 parent 57a8c33 commit 37cc1fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .rvmrc
@@ -0,0 +1,7 @@
RVM_ENV="ruby-1.9.3@sscl"
if [[ -d "${rvm_path:-$HOME/.rvm}/environments" \
&& -s "${rvm_path:-$HOME/.rvm}/environments/${RVM_ENV}" ]] ; then
\. "${rvm_path:-$HOME/.rvm}/environments/${RVM_ENV}"
else
rvm --create use "${RVM_ENV}"
fi

0 comments on commit 37cc1fc

Please sign in to comment.