Browse Source

Merge pull request #602 from zan5hin/powrc

Adding .powrc to allow RVM to work when POW is updated to version 0.4.0 ...
unreleased_contents
Brandon Mathis 13 years ago
parent
commit
f5b6df5a57
  1. 5
      .powrc

5
.powrc

@ -0,0 +1,5 @@
if [ -f "$rvm_path/scripts/rvm" ] && [ -f ".rvmrc" ] ; then
source "$rvm_path/scripts/rvm"
source ".rvmrc"
fi
Loading…
Cancel
Save