antigen icon indicating copy to clipboard operation
antigen copied to clipboard

The plugin manager for zsh.

Results 103 antigen issues
Sort by recently updated
recently updated
newest added

Description ----------- TL;DR, [unixorn/autoupdate-antigen.zshplugin](https://github.com/unixorn/autoupdate-antigen.zshplugin) does not seem to be working. Steps to reproduce ------------------ Minimal steps to reproduce this behavior: 1 - `antigen bundle unixorn/autoupdate-antigen.zshplugin` Expected behavior: Should auto update...

Change instances of 'robbyrussell/oh-my-zsh' to 'ohmyzsh/ohmyzsh' Closes #710

The problem only occurs when I'm using antigen. If I uninstall antigen and just run `autoload -U compinit; compinit` in the shell, kubectl completion works fine. # Problem kubectl tab...

Bug
Help wanted

I'm trying to convert my zshrc to use antigen but I'm having some problems. It doesn't look like zstyle settings are being passed to the plugins. For example, zsh-notify loaded...

Description ----------- `antigen update` fails with a `1` exit status code. Steps to reproduce ------------------ 1 - Open terminal 2 - Run `antigen update` 3 - `Updating @master... Error! Activate...

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....

Bug

Description ----------- Antigen is trying to find .zshrc in home folder after moving It to new directory and declaring new ZDOTDIR in .zshenv (located in home). From time to time...

Description ----------- I am trying to load my own .zsh-theme file. It is not part of the oh-my-zsh repo, and I don't know how I can load it. I tried...

Description ----------- Loading the git plugin with antigen from my zshrc gives the following error prompt: zsh: command not found: git_prompt_info. Steps to reproduce ------------------ Minimal steps to reproduce this...

Description ----------- When using e.g. `antigen bundle username/repo` there could be a way to have `antigen` clone the repo using SSH instead of HTTPS. The reason I'm suggesting this is...