Change autosuggest colors

This commit is contained in:
David Tomaschik
2021-02-19 20:27:14 -08:00
parent 27dc8fb22c
commit 15ea12d54b

View File

@@ -122,6 +122,8 @@ if [[ $- == *i* ]] ; then
# Suggestions # Suggestions
if test -f /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh ; then if test -f /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh ; then
source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
# Works well for solarized
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=10"
fi fi
fi # End interactive-only block fi # End interactive-only block