summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--user/zsh/zshrc.darwin2
1 files changed, 1 insertions, 1 deletions
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