mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge a46aa6e3f8 into 5667161d49
This commit is contained in:
commit
d1ee8ae305
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue