Watch
1
0
Fork
You've already forked oh-my-zsh
0
oh-my-zsh/plugins/autojump/autojump.plugin.zsh

3 lines
81 B
Shell
Raw Normal View History

2011-05-19 16:20:30 +02:00
if [ -f `brew --prefix`/etc/autojump ]; then
. `brew --prefix`/etc/autojump
fi