1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-04-08 03:41:11 +00:00

Change completion suggestion color

This commit is contained in:
Noah Masur 2020-06-07 11:39:26 -06:00
parent b49dedd022
commit 3bd193ee4c

@ -100,7 +100,7 @@ source $ZSH/oh-my-zsh.sh
# export ARCHFLAGS="-arch x86_64"
# Auto-Suggestions
export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=6,bg=6"
export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=60"
export ZSH_AUTOSUGGEST_STRATEGY=(completion history)
bindkey '^ ' autosuggest-accept
zstyle ':completion:*' use-cache on