zsh: add MacPorts to the path. Sigh.
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 27 Dec 2010 14:33:14 -0500 |
parents |
da8bea48a822
|
children |
bb44f2206b1c
|
branches/tags |
(none) |
files |
.zshrc |
Changes
--- 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