369169d6774f
zsh: rearrange .zshrc
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Sat, 18 Dec 2010 11:15:34 -0500 |
parents | a95ae82a1156 (current diff) 66e801e62ef3 (diff) |
children | 06fe18b5154b |
branches/tags | (none) |
files | .zshrc |
Changes
--- a/.zshrc Sat Dec 18 11:14:11 2010 -0500 +++ b/.zshrc Sat Dec 18 11:15:34 2010 -0500 @@ -29,6 +29,7 @@ export CLASSPATH=$CLASSPATH:/usr/local/Cellar/clojure-contrib/1.2.0/clojure-contrib.jar # Python variables ----------------------------------------------------------- +export PIP_DOWNLOAD_CACHE="$HOME/.pip/cache" export PYTHONSTARTUP="$HOME/.pythonrc.py" export WORKON_HOME="${HOME}/lib/virtualenvs" export PATH="${PATH}:/usr/local/Cellar/PyPi/3.6/bin"