From ed7f2598e781457a51e95ac88f97ba4201ffca84 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sun, 2 Sep 2012 10:14:19 +0300 Subject: add autoenv and rvm loading --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.3.1