oh-my-zsh/plugins/autojump/autojump.plugin.zsh

6 lines
177 B
Bash
Raw Normal View History

if [ -f /opt/local/etc/profile.d/autojump.sh ]; then
. /opt/local/etc/profile.d/autojump.sh
elif [ -f `brew --prefix`/etc/autojump ]; then
2011-05-19 14:20:30 +00:00
. `brew --prefix`/etc/autojump
fi