mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
Use default value of ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE
This commit is contained in:
parent
62cdba4e0f
commit
9cce7039a0
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
# Color to use when highlighting suggestion
|
||||
# Uses format of `region_highlight`
|
||||
# More info: http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Zle-Widgets
|
||||
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=8'
|
||||
: ${ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE:='fg=8'}
|
||||
|
||||
# Prefix to use when saving original versions of bound widgets
|
||||
ZSH_AUTOSUGGEST_ORIGINAL_WIDGET_PREFIX=autosuggest-orig-
|
||||
|
|
Loading…
Reference in a new issue