enable autojump auto complete

This commit is contained in:
Dozer 2014-08-19 19:19:31 +08:00
commit a46aa6e3f8

View file

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