diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2012-09-02 10:14:19 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2012-09-02 10:14:22 +0300 |
| commit | ed7f2598e781457a51e95ac88f97ba4201ffca84 (patch) | |
| tree | f9a3e3041036120ae58a66f3b25ee508da84389b | |
| parent | 1d66ab2bd5c8690eae38657c1fe2923a3991ad3d (diff) | |
add autoenv and rvm loading
| -rw-r--r-- | .zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
