mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Switch from zplug to zinit for ZSH plugins
Zinit allows near instant shell startup by loading plugins in the background after initializing the shell. This has yielded a 60-70ms startup time instead of around 360ms as it was with zplug. And even if you disable the background loading, zinit itself is still faster at around 130ms.
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -13,3 +13,6 @@
|
||||
[submodule "zsh/zplug/zplug"]
|
||||
path = zsh/zplug/zplug
|
||||
url = https://github.com/zplug/zplug
|
||||
[submodule "zsh/zinit"]
|
||||
path = zsh/zinit
|
||||
url = https://github.com/zdharma/zinit.git
|
||||
|
||||
Reference in New Issue
Block a user