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