summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2012-09-02 10:14:19 +0300
committerYuval Adam <yuv.adm@gmail.com>2012-09-02 10:14:22 +0300
commited7f2598e781457a51e95ac88f97ba4201ffca84 (patch)
treef9a3e3041036120ae58a66f3b25ee508da84389b
parent1d66ab2bd5c8690eae38657c1fe2923a3991ad3d (diff)
add autoenv and rvm loading
-rw-r--r--.zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index b9a7697..27a7672 100644
--- a/.zshrc
+++ b/.zshrc
@@ -49,3 +49,7 @@ export NODE_PATH=/usr/local/lib/node_modules
export PIP_DOWNLOAD_CACHE=$HOME/Library/Caches/pip-downloads
source "`brew --prefix grc`/etc/grc.bashrc"
+
+source /usr/local/Cellar/autoenv/0.1.0/activate.sh
+
+PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting