diff --git a/zsh/.zshrc b/zsh/.zshrc index d09062f..ff75b29 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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