diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 100b703..153225f 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -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}