This commit is contained in:
GitHub Merge Button 2011-12-14 22:04:04 -08:00
commit c3b4886016
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,5 @@
if [ -f `brew --prefix`/etc/autojump ]; then
if [ -e /etc/profile.d/autojump.zsh ]; then
. /etc/profile.d/autojump.zsh
elif [ -f `brew --prefix`/etc/autojump ]; then
. `brew --prefix`/etc/autojump
fi