Browse code

Merge pull request #602 from zan5hin/powrc

Adding .powrc to allow RVM to work when POW is updated to version 0.4.0 ...

Brandon Mathis authored on 10/06/2012 at 20:21:45
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,5 @@
0
+if [ -f "$rvm_path/scripts/rvm" ] && [ -f ".rvmrc" ] ; then
1
+  source "$rvm_path/scripts/rvm"
2
+  source ".rvmrc"
3
+fi
4
+  
0 5
\ No newline at end of file