feat(zsh): custom zsh-autosuggestions highlight
This commit is contained in:
parent
5fbc0bca6b
commit
290ed36719
|
@ -12,6 +12,8 @@ fi
|
||||||
## pre plugin load
|
## pre plugin load
|
||||||
# nvm
|
# nvm
|
||||||
export NVM_COMPLETION=true
|
export NVM_COMPLETION=true
|
||||||
|
# zsh autosugestions
|
||||||
|
export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#ffffff,bg=cyan,bold,underline"
|
||||||
|
|
||||||
# source antidote
|
# source antidote
|
||||||
source $ZDOTDIR/.antidote/antidote.zsh
|
source $ZDOTDIR/.antidote/antidote.zsh
|
||||||
|
|
Loading…
Reference in New Issue