Skip to content

Commit f5b6df5

Browse files
committed
Merge pull request #602 from zan5hin/powrc
Adding .powrc to allow RVM to work when POW is updated to version 0.4.0 ...
2 parents 90ef78e + 944255f commit f5b6df5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.powrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
if [ -f "$rvm_path/scripts/rvm" ] && [ -f ".rvmrc" ] ; then
2+
source "$rvm_path/scripts/rvm"
3+
source ".rvmrc"
4+
fi
5+

0 commit comments

Comments
 (0)