I just installed autojump and have oh-my-zsh installed in my system. I have included the log of the installation at the bottom of this post. Note that at the end it says:
zsh completion has been installed to:
/usr/local/share/zsh/site-functions
What am I supposed to do with this information? How do I notify Zsh of this zsh completion?
Also, whenever I now login with my Zsh shell, I get:
/usr/local/Cellar/autojump/21.6.9/etc/autojump.bash:13: command not found: complete
/usr/local/Cellar/autojump/21.6.9/etc/autojump.bash:52: = not found
Why? How can I fix this?
$ brew install autojump
==> Downloading https://github.com/joelthelion/autojump/archive/release-v21.6.9.tar.gz
############################################################################################################################ 100.0%
==> Caveats
Add the following line to your ~/.bash_profile or ~/.zshrc file (and remember
to source the file to update your current session):
[[ -s `brew --prefix`/etc/autojump.sh ]] && . `brew --prefix`/etc/autojump.sh
zsh completion has been installed to:
/usr/local/share/zsh/site-functions
