This commit is contained in:
Dozer 2017-05-02 02:19:21 +00:00 committed by GitHub
commit d1ee8ae305

View file

@ -18,4 +18,6 @@ if [ $commands[autojump] ]; then # check if autojump is installed
elif [ $commands[brew] -a -f `brew --prefix`/etc/autojump.sh ]; then # mac os x with brew
. `brew --prefix`/etc/autojump.sh
fi
autoload -U compinit && compinit -u # enable autojump auto complete
fi