Commit 6fa69bee authored by Matthew Crenshaw's avatar Matthew Crenshaw

check for ruby-version or ruby-gemset, rvmrc is depreciated

parent 604bcf16
...@@ -12,7 +12,7 @@ function __check_rvm --on-variable PWD --description 'Setup rvm on directory cha ...@@ -12,7 +12,7 @@ function __check_rvm --on-variable PWD --description 'Setup rvm on directory cha
end end
break break
else 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 rvm reload 1>/dev/null 2>&1
break break
else 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