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