Closed hick209 closed 8 months ago
Depending on your version of zsh, you may not have autoload compinit called in your .zshrc file, which results in the following error (tested on a macOS):
autoload compinit
.zshrc
complete:13: command not found: compdef
I found the solution here, which worked when tested: https://stackoverflow.com/a/76476988/1848826
Thank you!
Depending on your version of zsh, you may not have
autoload compinit
called in your.zshrc
file, which results in the following error (tested on a macOS):I found the solution here, which worked when tested: https://stackoverflow.com/a/76476988/1848826