From 9ea8cd61a4cddf9321baea436bfd34a5d024f04f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 16 Jun 2023 07:43:33 +0200 Subject: zsh: tell kitty not to mess with my cursor --- user/zsh/zshrc.darwin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/zsh/zshrc.darwin b/user/zsh/zshrc.darwin index 96174e5a..1c9f984a 100644 --- a/user/zsh/zshrc.darwin +++ b/user/zsh/zshrc.darwin @@ -34,7 +34,7 @@ finder() { compdef '_path_files -/' finder if test -n "$KITTY_INSTALLATION_DIR"; then - export KITTY_SHELL_INTEGRATION="enabled" + export KITTY_SHELL_INTEGRATION="no-cursor" autoload -Uz -- "$KITTY_INSTALLATION_DIR"/shell-integration/zsh/kitty-integration kitty-integration unfunction kitty-integration -- cgit 1.4.1