This commit is contained in:
GitHub Merge Button 2011-12-14 22:04:01 -08:00
commit 5f5484ce27

View file

@ -1,3 +1,6 @@
if [ -f `brew --prefix`/etc/autojump ]; then
if hash brew &> /dev/null && [ -f `brew --prefix`/etc/autojump ]; then
. `brew --prefix`/etc/autojump
elif [ -f /opt/local/etc/profile.d/autojump.sh ]; then
export FPATH="$FPATH:/opt/local/share/zsh/site-functions/"
. /opt/local/etc/profile.d/autojump.sh
fi