Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[complete][zsh] Fixing issue with compgen function not being found #499

Merged
merged 2 commits into from
Mar 22, 2024

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

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
3 checks passed
@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.

None yet

2 participants