3 lines
81 B
Shell
3 lines
81 B
Shell
if [ -f `brew --prefix`/etc/autojump ]; then
|
|
. `brew --prefix`/etc/autojump
|
|
fi
|