Move ZSH_HIGHLIGHT_HIGHLIGHTERS down a bit
This commit is contained in:
parent
99de50c76c
commit
bf5f9bad52
@ -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}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user