diff options
author | Alan Pearce | 2023-06-16 07:43:33 +0200 |
---|---|---|
committer | Alan Pearce | 2023-06-16 07:43:33 +0200 |
commit | 9ea8cd61a4cddf9321baea436bfd34a5d024f04f (patch) | |
tree | 028167dbf95643ad027a7a2c0cbdcecab99a206d /user | |
parent | 95b4c86c6baf848f9c4bec336b3fcd725f9ab27b (diff) | |
download | nixfiles-9ea8cd61a4cddf9321baea436bfd34a5d024f04f.tar.lz nixfiles-9ea8cd61a4cddf9321baea436bfd34a5d024f04f.tar.zst nixfiles-9ea8cd61a4cddf9321baea436bfd34a5d024f04f.zip |
zsh: tell kitty not to mess with my cursor
Diffstat (limited to 'user')
-rw-r--r-- | user/zsh/zshrc.darwin | 2 |
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 |