mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-11-11 11:55:04 -05:00
5 lines
116 B
Plaintext
5 lines
116 B
Plaintext
|
if [ -f "$rvm_path/scripts/rvm" ] && [ -f ".rvmrc" ] ; then
|
||
|
source "$rvm_path/scripts/rvm"
|
||
|
source ".rvmrc"
|
||
|
fi
|
||
|
|