Featured image of post MacOS下zsh终端brew无法补全

MacOS下zsh终端brew无法补全

mkdir -p ~/.zsh/completions

cp /opt/homebrew/completions/zsh/_brew ~/.zsh/completions/

.zshrc中添加:

fpath=(~/.zsh/completions $fpath)
autoload -Uz compinit && compinit
Built with Hugo
主题 StackJimmy 设计