[zsh] zvm: disable cursor style

messes up the instant prompt
This commit is contained in:
odrling 2024-03-02 15:16:08 +01:00
parent f4f6240ce3
commit 77e20b355e
No known key found for this signature in database
GPG key ID: E24CA7508C27AF5B

2
.zshrc
View file

@ -16,6 +16,8 @@ source ~/.zsh/zsh-completions/zsh-completions.plugin.zsh
# fixes conflict with fzf key-bindings
# Do the initialization when the script is sourced (i.e. Initialize instantly)
ZVM_INIT_MODE=sourcing
# Disable the cursor style feature
ZVM_CURSOR_STYLE_ENABLED=false
[ -z "$NVIM" ] && source ~/.zsh/zsh-vi-mode/zsh-vi-mode.plugin.zsh
if command -v fzf >/dev/null; then