Merge pull request #1177 from unixorn/2021-March-updates

Remove unreachable zdharma.org links
This commit is contained in:
Joe Block 2021-03-14 16:09:53 -06:00 committed by GitHub
commit 907670490c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -232,21 +232,21 @@ A lightweight plugin manager for ZSH based on zgen. It is a superset of the bril
**Zinit** is an innovative and probably (because of the Turbo) the [fastest](https://github.com/zdharma/pm-perf-test) plugin manager with support for:
- [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,
- Turbo mode 80% faster Zsh startup! for example: instead of 200 ms, it'll be 40 ms,
- 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)),
- annexes (↔ Zinit extensions),
- reports (from the plugin loads plugins are no longer black boxes),
- plugin unloading (allows e.g.: dynamic theme switching),
- `bindkey` [capturing and remapping](https://zdharma.org/zinit/wiki/Bindkeys/#using_the_upar_etc_shorthands),
- `bindkey` capturing and remapping,
- [packages](https://github.com/Zsh-Packages),
- clean fpath (the array `$fpath` is not being used to add completions and autoload functions, hence it stays concise, not bloated),
- clean `fpath` (the array `$fpath` is not being used to add completions and autoload functions, hence it stays concise, not bloated),
- [services](https://github.com/zservices) ↔ a single-instance, background plugins,
- also, in general: 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.
- also, in general: all the mechanisms from the Zsh Plugin Standard Zinit is a reference implementation of the standard.
Bonus: you can use [zinit-console](https://github.com/zinit-zsh/zinit-console) to view and change the state of the ZSH session (e.g.: list and unload plugins) and to delete the plugins and snippets from the disk.
The project is very active currently > 3000 commits.
The project is very active currently > 3100 commits.
### [zit](https://github.com/thiagokokada/zit)