Move ZSH_HIGHLIGHT_HIGHLIGHTERS down a bit

This commit is contained in:
tastytea 2022-03-18 15:35:25 +01:00
parent 99de50c76c
commit bf5f9bad52
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -7,9 +7,6 @@ compinit -d "${ZSH_CACHE_DIR}/.zcompdump"
############################## Plugins #########################################
# https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md
export ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets)
# Hyphen-insensitive completion. Case sensitive completion must be off. _ and -
# will be interchangeable.
HYPHEN_INSENSITIVE="true"
@ -17,6 +14,9 @@ HYPHEN_INSENSITIVE="true"
# Enable command auto-correction.
ENABLE_CORRECTION="true"
# https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md
export ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets)
# Set up in .zprofile.
source ${ZSH_PLUGIN_SOURCE}