-
Notifications
You must be signed in to change notification settings - Fork 283
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
Unable to load oh-my-zsh plugin #583
Comments
@aserrallerios Thanks for reporting. I'm taking a look at this. It seems it has to do how the plugin loads it completions (dynamically sourcing them) and how Antigen handles DOCBLOCKS blocks. |
It seem the issue is introduced in |
I'm having the same issue with I tried removing the I tried moving all the content from This is my configuration
|
Maybe related to a different issue, as in this one we're taking about completions only. You may try:
Hope that helps. |
i can confirm this issue in combination with the ubuntu oh-my-zsh plugin |
I have the same problem with kubectl as aserrallerios, except for me I can't even run EDIT: |
@BrendanBall try this: antigen use oh-my-zsh
antigen bundles <<EOBUNDLES
... # other plugins
EOBUNDLES
antigen apply
antigen bundle kubectl @desyncr is the next antigen version fixing it? Thanks! |
@aserrallerios I did that and did |
My ugly workaround: In your
|
This bug also affects |
@aserrallerios |
Any estimation on when a fix will be available? |
I'm on vacations right now but in a week I can work on the issue. |
|
This reverts commit 7b18a70.
I came into a similar issue that settings in |
Pinned the Antigen version to the 2.0.2 release. Later versions suffer from the following bug: zsh-users/antigen#583
Pinned the Antigen version to the 2.0.2 release. Later versions suffer from the following bug: zsh-users/antigen#583
Pinned the Antigen version to the 2.0.2 release. Later versions suffer from the following bug: zsh-users/antigen#583
Pinned the Antigen version to the 2.0.2 release. Later versions suffer from the following bug: zsh-users/antigen#583
Pinned the Antigen version to the 2.0.2 release. Later versions suffer from the following bug: zsh-users/antigen#583
Pinned the Antigen version to the 2.0.2 release. Later versions suffer from the following bug: zsh-users/antigen#583
Pinned the Antigen version to the 2.0.2 release. Later versions suffer from the following bug: zsh-users/antigen#583
looks like helm plugin is also not working :( |
tmuxinator not working... |
It's fixing the issue if I source the file while in a zsh shell. If I source it from the |
I confirm as run into the issue with |
Still not working in 2.2.3. I guess it may be related to cache mechanism. |
Not working in 2.2.2, and as @nmaupu says, workaround does not work either if run from .zshrc or .antigenrc, it only works manually executing it once logged-in |
I have the same issue as @jaimehrubiks with aws and gcloud oh-my-zsh plugin. EDIT: Upgrade to v.2.2.3 and zsh 5.8 does not help. |
Same issue here. Any conclusions? uname -a: |
I cannot load the
kubectl
plugin since latest update (either of antigen or oh-my-zsh). I'm using antigen 2.2.1. It worked on the first 2.X versions, but recently it stopped working. I guess it has something to do with how the plugin itself is loaded:.zshrc:
.antigenrc:
Then try the
kubectl
completion, it doesn't work for me. I also tested removing~/.zcompdump*
files.antigen list
shows:If I remove the plugin from the bundles list and instead load it later with
antigen bundle kubectl
it works.The text was updated successfully, but these errors were encountered: