mirror of
https://github.com/unixorn/awesome-zsh-plugins
synced 2024-11-13 21:57:05 +00:00
Update zgen description
This commit is contained in:
parent
78e856c974
commit
7ef4794f70
1 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@ These frameworks make customizing your ZSH setup easier.
|
|||
|
||||
### [antibody](https://github.com/getantibody/antibody)
|
||||
|
||||
**Antibody** A faster and simpler antigen written in Golang. More details at [http://getantibody.github.io/](http://getantibody.github.io/).
|
||||
**Antibody** is a faster and simpler antigen written in Golang. More details at [http://getantibody.github.io/](http://getantibody.github.io/).
|
||||
|
||||
### [antigen-hs](https://github.com/Tarrasch/antigen-hs)
|
||||
|
||||
|
@ -170,7 +170,7 @@ zapack is a basic fast minimal ZSH plugin loader.
|
|||
|
||||
**Zgen** is a lightweight plugin manager for ZSH inspired by Antigen. The goal is to have minimal overhead when starting up the shell because nobody likes waiting.
|
||||
|
||||
To do this, `zgen` generates a static `init.zsh` file which does nothing but source your plugins and append them to your `fpath`. This minimizes startup time by not having to execute time consuming logic (plugin checking, updates, etc). The downside is that you have to refresh the init script manually with `zgen reset` whenever you update your `.zshrc`. Can load [oh-my-zsh](http://ohmyz.sh/)-compatible plugins and themes, and will automagically clone them for you when you add them to your plugin list.
|
||||
To do this, `zgen` generates a static `init.zsh` file which does nothing but source your plugins and append them to your `fpath`. This minimizes startup time by not having to execute time consuming logic (plugin checking, updates, etc) during startup. The downside is that you have to refresh the init script manually with `zgen reset` whenever you update your plugin list in your `.zshrc`. Can load [oh-my-zsh](http://ohmyz.sh/)-compatible plugins and themes, and will automagically clone them for you when you add them to your plugin list.
|
||||
|
||||
### [zilsh](https://github.com/zilsh/zilsh)
|
||||
|
||||
|
|
Loading…
Reference in a new issue