This repository has been archived on 2022-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
prezto/plugins/autojump/autojump.plugin.zsh

4 lines
81 B
Bash
Raw Normal View History

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