Open
Description
I have such setup.
Basically on my Mac Zsh initialization does the following.
- Iterate through Darwin scripts, one of which sources
antigen.zsh
. - Iterate through Unix scripts, first of which executes
antigen
commands.
Unfortunately it stopped to work and I don’t know which Antigen version worked well, sorry.
Steps.
rm -rf ~/.antigen ~/.zcompdump
- Open new Terminal tab.
- None of Antigen bundles are loaded, i. e. no extra highlighting or completions.
antigen list
shows bundles though. mv ~/.zsh/unix/_plugins.zsh ~/.zsh/darwin/plugins_after.zsh
rm -rf .antigen .zcompdump
- Open new Terminal tab.
- Everything works as expected.
In other words, if I change script location containing antigen
calls everything starts to work fine.