Merge pull request #930 from psprint/master

Extend Zinit description a little
This commit is contained in:
Joe Block 2020-04-20 09:24:56 -06:00 committed by GitHub
commit f7efed8170
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -184,12 +184,12 @@ To do this, `zgen` generates a static `init.zsh` file which does nothing but sou
- [Turbo mode](http://zdharma.org/zinit/wiki/INTRODUCTION/#turbo_mode_zsh_62_53) **80%** faster Zsh startup! for example: instead of 200 ms, it'll be 40 ms!,
- reports (from the plugin loads plugins are no longer black boxes!),
- completion management,
- completion management (selectively disable and enable completions),
- snippets (regular files downloaded via-URL e.g.: scripts) and through them Oh My Zsh and Prezto plugins support (→ low overhead),
- annexes (Zinit [extensions](https://github.com/zinit-zsh)),
- plugin unloading (allows e.g.: dynamic theme switching),
- `bindkey` catching and remapping,
- packages
- `bindkey` [catching and remapping](https://zdharma.org/zinit/wiki/Bindkeys/#using_the_upar_etc_shorthands),
- [packages](https://github.com/Zsh-Packages),
- clean fpath,
- [services](https://github.com/zservices),
- and all the mechanisms from the [Zsh Plugin Standard](http://zdharma.org/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html) Zinit is a reference implementation of the standard.