all repos — nixfiles @ 9ea8cd61a4cddf9321baea436bfd34a5d024f04f

System and user configuration, managed by nix and home-manager

zsh: tell kitty not to mess with my cursor
Alan Pearce alan@alanpearce.eu
Fri, 16 Jun 2023 07:43:33 +0200
commit

9ea8cd61a4cddf9321baea436bfd34a5d024f04f

parent

95b4c86c6baf848f9c4bec336b3fcd725f9ab27b

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M user/zsh/zshrc.darwinuser/zsh/zshrc.darwin
@@ -34,7 +34,7 @@ } 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