ohmyzsh/plugins/autojump/autojump.plugin.zsh
2011-09-26 22:08:30 +02:00

5 lines
159 B
Bash

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