Skip to content

Conversation

@hick209
Copy link
Contributor

@hick209 hick209 commented Mar 22, 2024

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):

complete:13: command not found: compdef

I found the solution here, which worked when tested: https://stackoverflow.com/a/76476988/1848826

hick209 added 2 commits March 22, 2024 07:09
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):

  complete:13: command not found: compdef

I found the solution here, which worked when tested:
https://stackoverflow.com/a/76476988/1848826
@ajalt ajalt merged commit 9a87ccf into ajalt:master Mar 22, 2024
@ajalt
Copy link
Owner

ajalt commented Mar 22, 2024

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants