summaryrefslogtreecommitdiff
path: root/.powrc
diff options
context:
space:
mode:
authormo k <mo@mokhan.ca>2012-08-25 18:22:51 -0600
committermo k <mo@mokhan.ca>2012-08-25 18:22:51 -0600
commit057df0c31587a0e015debf3cf2c9d1fc731a22f1 (patch)
tree86ae99051deb78570842e2f74d69a7e9bdd0bb0e /.powrc
parent9b049e800730e46ff05175c244961e5e686e0c57 (diff)
add powrc
Diffstat (limited to '.powrc')
-rw-r--r--.powrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.powrc b/.powrc
new file mode 100644
index 0000000..52c4a57
--- /dev/null
+++ b/.powrc
@@ -0,0 +1,4 @@
+if [ -f "$rvm_path/scripts/rvm" ] && [ -f ".rvmrc" ]; then
+ source "$rvm_path/scripts/rvm"
+ source ".rvmrc"
+fi