Skip to content
This repository has been archived by the owner on Feb 9, 2018. It is now read-only.

Commit

Permalink
Merge pull request #602 from zan5hin/powrc
Browse files Browse the repository at this point in the history
Adding .powrc to allow RVM to work when POW is updated to version 0.4.0 ...
  • Loading branch information
imathis committed Jun 10, 2012
2 parents 90ef78e + 944255f commit f5b6df5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .powrc
@@ -0,0 +1,5 @@
if [ -f "$rvm_path/scripts/rvm" ] && [ -f ".rvmrc" ] ; then
source "$rvm_path/scripts/rvm"
source ".rvmrc"
fi

0 comments on commit f5b6df5

Please sign in to comment.