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
commit

9ea8cd61a4cddf9321baea436bfd34a5d024f04f

parent

95b4c86c6baf848f9c4bec336b3fcd725f9ab27b

1 file changed, 1 insertion(+), 1 deletion(-)

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