🔺 Plugins
信息
提示
Load in turbo mode and adjust loading order by appending e.g:
zi ice wait'0a' lucid …
zi light …
zi ice wait'0b' lucid …
zi light …
zi ice wait'0c' lucid …
zi light …
Create your own syntax style:
- The ver'main' - allows to select specific commit, version or branch.
- It's optional and can be removed if not required.
z_lucid() {
zi ice lucid ver'main' "$@"
}
zi0a() {
z_lucid wait'0a' "$@"
}
zi0b() {
z_lucid wait'0b' "$@"
}
zi0c() {
z_lucid wait'0c' "$@"
}
Load:
zi0a
zi light …
zi0b
zi light …
zi0c
zi light …
Without for syntax
SC: trapd00r/LS_COLORS
zi ice wait lucid reset \
atclone"[[ -z \${commands[dircolors]} ]] && local P=g
\${P}sed -i '/DIR/c\DIR 38;5;63;1' LS_COLORS
\${P}dircolors -b LS_COLORS >! clrs.zsh" \
atpull'%atclone' pick"clrs.zsh" nocompile'!' \
atload'zstyle ":completion:*:default" list-colors "${(s.:.)LS_COLORS}";'
zi light trapd00r/LS_COLORS
SC: paoloantinori/hhighlighter
zi ice wait lucid pick"h.sh"
zi light paoloantinori/hhighlighter
SC: wfxr/forgit
zi ice wait lucid
zi load wfxr/forgit
SC: urbainvaes/fzf-marks
zi ice wait lucid
zi load urbainvaes/fzf-marks
SC: hlissner/zsh-autopair
zi ice wait lucid pick'autopair.zsh'
zi load hlissner/zsh-autopair
SC: voronkovich/gitignore.plugin.zsh
zi ice wait lucid
zi load voronkovich/gitignore.plugin.zsh
SC: xPMo/zsh-toggle-command-prefix
zi ice wait lucid
zi light xPMo/zsh-toggle-command-prefix