zsh doesn't find custom source files otherwise ... [ci skip]
This commit is contained in:
parent
f8513c2005
commit
8829d2a81e
1 changed files with 2 additions and 2 deletions
4
.rvmrc
4
.rvmrc
|
|
@ -3,9 +3,9 @@
|
||||||
. ./script/env/ruby_env
|
. ./script/env/ruby_env
|
||||||
|
|
||||||
if [ -e '.rvmrc.local' ]; then
|
if [ -e '.rvmrc.local' ]; then
|
||||||
. .rvmrc.local;
|
. ./.rvmrc.local;
|
||||||
elif [ -e '.rvmrc_custom' ] ; then
|
elif [ -e '.rvmrc_custom' ] ; then
|
||||||
. .rvmrc_custom;
|
. ./.rvmrc_custom;
|
||||||
else
|
else
|
||||||
if rvm list strings | grep -q "$ruby_version" ; then
|
if rvm list strings | grep -q "$ruby_version" ; then
|
||||||
rvm --create use "$ruby_version@$gemset"
|
rvm --create use "$ruby_version@$gemset"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue