# HG changeset patch # User Steve Losh # Date 1293478394 18000 # Node ID 8bb296909e9430005a538ca3339b28ca52f32d17 # Parent da8bea48a8226599239ca891ab14bc958eef1dac zsh: add MacPorts to the path. Sigh. diff -r da8bea48a822 -r 8bb296909e94 .zshrc --- a/.zshrc Thu Dec 23 11:23:12 2010 -0500 +++ b/.zshrc Mon Dec 27 14:33:14 2010 -0500 @@ -17,7 +17,7 @@ # Environment variables ------------------------------------------------------ export EDITOR='vim' export PATH="$HOME/.gem/ruby/1.8/bin:${PATH}" -export PATH="/usr/local/bin:/usr/local/sbin:$HOME/bin:$PATH" +export PATH="/usr/local/bin:/usr/local/sbin:$HOME/bin:/opt/local/bin:$PATH" export PATH="/opt/subversion/bin:${PATH}" export GREP_OPTIONS='--color=auto' export HISTSIZE=1000