-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
command not found: compdef #205
Comments
Thank you for raising the issue. I'll take a look this until this weekend |
Just wanted to say that I also see the same behavior on darwin, on linux it works without issues, seems to be only a problem with darwin systems |
Hi still not solved? I encoundered the same thing. I'm using sheldon as plugin manager. |
What did you expect to happen?
I added enhancd via antidote:
What actually happened?
I am getting the following error when opening a new zsh shell:
Output
Additional context
I initialized the completion system in my
.zshrc
based on the suggestion:But I need to call
compinit
after the plugins.sh was sourced, since I also load plugins (e.g. docker or kubectl) which include their own auto completion definitions.Calling
compinit
before sourcingenhancd
and again after sourceing all other plugins works, but slows down my zsh shell start.Any suggestion on how to solve this? The issue should be reproducable with my dotfiles.
The text was updated successfully, but these errors were encountered: