Move zsh highlighter config to zshrc

This commit is contained in:
tastytea 2022-03-18 15:27:34 +01:00
parent 3c8b71b532
commit eebdc4da0f
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
2 changed files with 3 additions and 3 deletions

View File

@ -73,9 +73,6 @@ else
echo "antibody not found." >&2
fi
# https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md
export ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets)
############################# Variables ########################################
# minicom color on.

View File

@ -7,6 +7,9 @@ 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"