zsh/darwin: integrate with kitty
1 file changed, 8 insertions(+), 0 deletions(-)
changed files
M user/zsh/zshrc.darwin → user/zsh/zshrc.darwin
@@ -32,3 +32,11 @@ finder() { open -a Finder "${1:-.}" } compdef '_path_files -/' finder + +if test -n "$KITTY_INSTALLATION_DIR"; then + export KITTY_SHELL_INTEGRATION="enabled" + autoload -Uz -- "$KITTY_INSTALLATION_DIR"/shell-integration/zsh/kitty-integration + kitty-integration + unfunction kitty-integration + alias ssh="kitten ssh" +fi