ohmyzsh/plugins/autojump/autojump.plugin.zsh
2012-08-02 11:27:10 +02:00

3 lines
81 B
Bash

if [ -f `brew --prefix`/etc/autojump ]; then
. `brew --prefix`/etc/autojump
fi