mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-10-31 23:35:00 -04: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
|
||
|
|