style autosuggest underline

This commit is contained in:
Diachk 2024-09-07 18:26:57 +02:00
parent 764b3ce970
commit c1b63e4a18

View file

@ -75,6 +75,7 @@ source $ZSH/oh-my-zsh.sh
# Auto-sugestions
ZSH_AUTOSUGGEST_STRATEGY=(match_prev_cmd history)
ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=20
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="underline"
source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh
# User configuration