From 4c13ba78001ee0fc47987b8b8b30e081832da5d4 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sun, 6 Oct 2024 01:50:12 -0700 Subject: [PATCH] zsh: move syntax highlighting fix --- .zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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