feat(zsh): custom zsh-autosuggestions highlight

This commit is contained in:
Matej Janezic 2024-12-29 17:48:35 +01:00
parent 5fbc0bca6b
commit 290ed36719
Signed by: janezicmatej
GPG Key ID: 4298E230ED37B2C0
1 changed files with 2 additions and 0 deletions

View File

@ -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