zsh: move syntax highlighting fix
This commit is contained in:
parent
209e8f6d4d
commit
4c13ba7800
1 changed files with 1 additions and 2 deletions
3
.zshrc
3
.zshrc
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue