Set ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE to darker grey
This commit is contained in:
parent
858504947e
commit
4d44b03add
@ -54,7 +54,8 @@ add-zsh-hook zshaddhistory _my_import_history_zshaddhistory
|
||||
############################## Plugins #########################################
|
||||
|
||||
# https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md
|
||||
export ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets)
|
||||
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets)
|
||||
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=238"
|
||||
|
||||
# Set up in .zprofile.
|
||||
source "${ZSH_PLUGIN_SOURCE}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user