1
0
Fork 0

Set ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE to darker grey

This commit is contained in:
tastytea 2022-04-01 04:37:20 +02:00
parent 858504947e
commit 4d44b03add
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 2 additions and 1 deletions

View File

@ -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}"