Skip to content

Antigen and sourcing from different scripts #600

Open
@arturdryomov

Description

@arturdryomov

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.

  1. rm -rf ~/.antigen ~/.zcompdump
  2. Open new Terminal tab.
  3. None of Antigen bundles are loaded, i. e. no extra highlighting or completions. antigen list shows bundles though.
  4. mv ~/.zsh/unix/_plugins.zsh ~/.zsh/darwin/plugins_after.zsh
  5. rm -rf .antigen .zcompdump
  6. Open new Terminal tab.
  7. Everything works as expected.

In other words, if I change script location containing antigen calls everything starts to work fine.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions