Commit 115f51ef authored by Bruno's avatar Bruno

Merge pull request #32 from sgtsquiggs/master

.rvmrc is depreciated
parents 604bcf16 6fa69bee
......@@ -12,7 +12,7 @@ function __check_rvm --on-variable PWD --description 'Setup rvm on directory cha
end
break
else
if begin ; test -s ".rvmrc" ; or test -s ".versions.conf" ; end
if begin ; test -s ".rvmrc" ; or test -s ".ruby-version" ; or test -s ".ruby-gemset" ; or test -s ".versions.conf" ; end
rvm reload 1>/dev/null 2>&1
break
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment