added to address issue #55

This commit is contained in:
cktricky
2013-10-11 12:19:24 -04:00
parent 2ff4dc1aee
commit 20a7a62cbe
+4
View File
@@ -0,0 +1,4 @@
if [ -f "$rvm_path/scripts/rvm" ] && [ -f ".rvmrc" ]; then
source "$rvm_path/scripts/rvm"
source ".rvmrc"
fi