zsh: tell kitty not to mess with my cursor
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M user/zsh/zshrc.darwin → user/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