zsh doesn't find custom source files otherwise ... [ci skip]

This commit is contained in:
Florian Staudacher 2013-03-08 15:50:42 +01:00
parent f8513c2005
commit 8829d2a81e

4
.rvmrc
View file

@ -3,9 +3,9 @@
. ./script/env/ruby_env
if [ -e '.rvmrc.local' ]; then
. .rvmrc.local;
. ./.rvmrc.local;
elif [ -e '.rvmrc_custom' ] ; then
. .rvmrc_custom;
. ./.rvmrc_custom;
else
if rvm list strings | grep -q "$ruby_version" ; then
rvm --create use "$ruby_version@$gemset"