zsh: move syntax highlighting fix

This commit is contained in:
PowerUser64 2024-10-06 01:50:12 -07:00
parent 209e8f6d4d
commit 4c13ba7800

3
.zshrc
View file

@ -30,7 +30,7 @@ ${SKIP_PLUGINS:-false} || {
# Source zinit
source "$ZINIT_HOME_DIR/bin/zinit.zsh"
autoload -Uz _zinit
(( ${+_comps} )) && _comps[zinit]=_zinit
(( ${+_comps} )) && _comps[zinit]=_zinit # " <- syntax highlighting fix
# Load a few important annexes, without Turbo
# (this is currently required for annexes)
@ -40,7 +40,6 @@ ${SKIP_PLUGINS:-false} || {
zdharma-continuum/z-a-patch-dl \
zdharma-continuum/z-a-bin-gem-node
}
# )))"}"s}${fdsa}} # syntax highlighting fix
# <<<
# Load plugins >>>
# shellcheck disable=SC2262,SC2016