mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
enable autojump auto complete
This commit is contained in:
parent
1b7a3ea99a
commit
a46aa6e3f8
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
. `brew --prefix`/etc/autojump.zsh
|
||||
fi
|
||||
|
||||
autoload -U compinit && compinit -u # enable autojump auto complete
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue