8a80c95ddbc4

Merge.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 03 Mar 2010 18:02:37 -0500
parents 0f2d16a931f3 (diff) be94a1161989 (current diff)
children 68d58637a758
branches/tags (none)
files .zshrc

Changes

--- a/.zshrc	Wed Mar 03 09:08:10 2010 -0500
+++ b/.zshrc	Wed Mar 03 18:02:37 2010 -0500
@@ -30,6 +30,7 @@
 export PATH="$HOME/.gem/ruby/1.8/bin:${PATH}"
 export PATH="/opt/subversion/bin:${PATH}"
 export PATH="${PATH}:/usr/local/Cellar/PyPi/3.6/bin"
+export PATH="${PATH}:/usr/local/Cellar/python/2.6.4/bin"
 export WORKON_HOME="${HOME}/lib/virtualenvs"
 export GREP_OPTIONS='--color=auto'
 export HISTSIZE=1000