# HG changeset patch # User Steve Losh # Date 1267657357 18000 # Node ID 8a80c95ddbc41e801e3eb0a759f97034986fa9bf # Parent 0f2d16a931f33d650d49ca4cbb8ae9a1ef5e543f# Parent be94a1161989ce0ed08ebddc46ceb0dd678a1049 Merge. diff -r be94a1161989 -r 8a80c95ddbc4 .zshrc --- 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