From 290ed3671969eb96c5849869191af44d3d4f7517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Sun, 29 Dec 2024 17:48:35 +0100 Subject: [PATCH] feat(zsh): custom zsh-autosuggestions highlight --- zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) 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