Move zsh highlighter config to zshrc
This commit is contained in:
parent
3c8b71b532
commit
eebdc4da0f
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user