diff --git a/.zshrc b/.zshrc index 7b9b707..e4db3a7 100644 --- a/.zshrc +++ b/.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