Sfoglia il codice sorgente

Use default value of ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE

pull/173/head
minerva 8 anni fa
committed by GitHub
parent
commit
9cce7039a0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      zsh-autosuggestions.zsh

+ 1
- 1
zsh-autosuggestions.zsh Vedi File

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

Caricamento…
Annulla
Salva