-
Notifications
You must be signed in to change notification settings - Fork 279
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
Antigen inconsistent using 'bundles' #628
Comments
Zsh version? Can you send me the debug.log located in ~/.antigen/? |
Also .zshrc/.antigenrc configuration. |
The debug.log shows a bunch of this for the failures:
For chruby, it shows this:
ZSH version:
|
Thanks for the info. I'll gonna give it a try. |
It worked using this configuration. Maybe a custom opt is causing these issues. Have you changed your zshrc?
|
Slightly:
|
On one part |
@desyncr I can confirm this fixes the problem. I just needed to remove |
Trying to run
antigen bundles ...
afterantigen use oh-my-zsh
on thedevelop
branch, I get inconsistent behavior:Opening up another terminal (and therefore sourcing
.zshrc
again), I see none of these errors. However, one of the plugins that I load ischruby
, and I call it after I load plugins. If I manually useantigen bundle chruby
then it works:Any ideas what could be causing this?
The text was updated successfully, but these errors were encountered: