-
Notifications
You must be signed in to change notification settings - Fork 282
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
Disabling cache causes issue with git plugin #676
Comments
Got same issue with:
|
I'm seeing something similar, though without twiddling the theme-switching or caching.
and now it works? The
|
Description
I want to configure antigen to use two different themes on same computers depending on the value of TERM_PROGRAM. Use case is I want a more basic theme for a terminal window embedded in my editor. With the default config, setting
antigen theme
based on TERM_PROGRAM does not quite work. The second terminal opened will always use the theme of the first terminal opened. If I disable the cache withANTIGEN_CACHE=false
, theme switching works but it breaks the git plugin.Steps to reproduce
Minimal steps to reproduce this behavior. Example:
Create a simple antigen .zshrc file:
When running the shell, the following is displayed
Software version
Antigen develop (d1dd78b)
(same behavior with release)zsh 5.3 (x86_64-apple-darwin17.0)
Darwin Kernel Version 17.7.0 x86_64
More information
If you remove the
antigen bundle git
from .zshrc and manually load the bundle after the shell loads, it works as expected.The text was updated successfully, but these errors were encountered: