zgen icon indicating copy to clipboard operation
zgen copied to clipboard

A lightweight and simple plugin manager for ZSH

Results 44 zgen issues
Sort by recently updated
recently updated
newest added

In zsh file name convention, file name of which starts with '_' is an autoloaded file. It should not be loaded manually. This fixes https://github.com/zsh-users/zsh-completions/issues/809

After the latest update, `zgen-update` fails with this error message: ```shell -- zgen: Updating '/home/junderwo/.zgen/(^.git)/*' ... zgen-update:cd:3: no such file or directory: /home/junderwo/.zgen/(^.git)/* -- zgen: Deleting `/home/junderwo/.zgen/init.zsh` ... ``` I...

Hi @tarjoilija, Is there a roadmap for zgen and features being developed? Or has support for this project been dropped? If you cannot maintain this anymore, should we move over...

Hello, I just found this and switched over from oh-my-zsh. I love the light weight aspect of this approach. I've been playing around with this all day, and I'm befuddled...

Hello! There's attempt of mine to write down and clarify Zsh plugin standard. It follows Oh-My-Zsh unwritten standard, but [solves a few issues](http://zdharma.org/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html) like: 1. Incompatibility with `*_argzero` options like...

Hi folks, I'm trying to load https://github.com/zimfw/archive functions. ``` zgen load zimfw/archive functions `` It does seem to make into `fpath` but I can't get it to work: ``` 16:20:26...

How can I write the follow using zgen: `zplug "mrowa44/emojify", as:command` I want to add the follow binary to the path: https://github.com/mrowa44/emojify/blob/master/emojify

It's really slow loading a new shell with this. Here's a zprof: ``` ----------------------------------------------------------------------------------- 1) 1 850.23 850.23 99.98% 595.87 595.87 70.07% zgen-init 2) 2 127.97 63.99 15.05% 105.57 52.78...

A plugin/repo's submodules are not always needed for regular use, and in those cases, refraining from cloning them can save the user some space and bandwidth. A new syntax like...

I recently learned about `ZGEN_RESET_ON_CHANGE` but found that the check was using the builtin stat (at least for me) and failing. I guess this works for others somehow so would...