Skip to content

Commit 5932423

Browse files
committed
updating with a better rvmrc
1 parent e3ce2c3 commit 5932423

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.rvmrc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
rvm 1.9.2@hackety-hack.com
1+
if [[ -n "$rvm_environments_path" && -s "$rvm_environments_path/ruby-1.9.2-p0@hackety-hack.com" ]] ; then
2+
. "$rvm_environments_path/ruby-1.9.2-p0@hackety-hack.com"
3+
else
4+
rvm --create use "ruby-1.9.2-p0@hackety-hack.com"
5+
fi

0 commit comments

Comments
 (0)