diff --git a/home/apps/zsh.nix b/home/apps/zsh.nix index 7454d88..4bc2e68 100644 --- a/home/apps/zsh.nix +++ b/home/apps/zsh.nix @@ -106,11 +106,11 @@ in { initExtraFirst = '' zvm_config() { - ZVM_VI_HIGHLIGHT_BACKGROUND="black" - ZVM_VI_HIGHLIGHT_FOREGROUND="white" - ZVM_INIT_MODE="sourcing" - ZVM_INSERT_MODE_CURSOR="$ZVM_CURSOR_BLINKING_BEAM" + ZVM_INIT_MODE=sourcing + ZVM_CURSOR_STYLE_ENABLED=false + ZVM_VI_HIGHLIGHT_BACKGROUND=black ZVM_VI_HIGHLIGHT_EXTRASTYLE=bold,underline + ZVM_VI_HIGHLIGHT_FOREGROUND=white } ''; initExtra = let