Browse Source
Adding .powrc to allow RVM to work when POW is updated to version 0.4.0 ...unreleased_contents
Brandon Mathis
13 years ago
1 changed files with 5 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||
if [ -f "$rvm_path/scripts/rvm" ] && [ -f ".rvmrc" ] ; then |
|||
source "$rvm_path/scripts/rvm" |
|||
source ".rvmrc" |
|||
fi |
|||
|
Loading…
Reference in new issue