Ver a proveniência

Use default value of ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE

pull/173/head
minerva há 8 anos
committed by GitHub
ascendente
cometimento
9cce7039a0
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      zsh-autosuggestions.zsh

+ 1
- 1
zsh-autosuggestions.zsh Ver ficheiro

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

Carregando…
Cancelar
Guardar