feat(user/zsh): fix autosuggest highlighting

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-07-01 13:18:05 +02:00
parent ab9d42c684
commit 6028605f82
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -8,7 +8,10 @@ source $ZSH/oh-my-zsh.sh
export PATH=$HOME/.local/bin:$PATH
### zsh autosuggestions color ###
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=8,underline,standout"
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=8,underline"
# Solarized theme
# ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=10,underline"
### Ruby gems ###
if which ruby >/dev/null && which gem >/dev/null; then