autojump
をインストールし、oh-my-zsh
私のシステムにインストールされています。この投稿の下部にインストールのログを含めました。最後にそれが言うことに注意してください:
zsh completion has been installed to:
/usr/local/share/zsh/site-functions
この情報をどうすればよいですか?これをZshに通知する方法zsh completion
?
また、Zshシェルでログインすると、次のようになります。
/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
どうして?どうすればこれを修正できますか?
$ 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