mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 13:25:38 +00:00
Change completion suggestion color
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user