if [[ ! -f $HOME/.local/share/zinit/zinit.git/zinit.zsh ]]; then print -P "%F{33} %F{220}Installing %F{33}ZDHARMA-CONTINUUM%F{220} Initiative Plugin Manager (%F{33 ...
I found that in the function __zplug::load, it calls compinit for each key. This slow down the startup process significantly. I think we only need to call compinit once after loading all plugins? BTW, ...