Merge pull request #602 from zan5hin/powrc
Adding .powrc to allow RVM to work when POW is updated to version 0.4.0 ...
This commit is contained in:
commit
f5b6df5a57
1 changed files with 5 additions and 0 deletions
5
.powrc
Normal file
5
.powrc
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
if [ -f "$rvm_path/scripts/rvm" ] && [ -f ".rvmrc" ] ; then
|
||||||
|
source "$rvm_path/scripts/rvm"
|
||||||
|
source ".rvmrc"
|
||||||
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue