Set up Kitty shell integration manually

This commit is contained in:
Danielle McLean 2023-12-05 21:31:39 +11:00
parent 52cda3f34e
commit 91175a2b41
Signed by: 00dani
GPG key ID: 52C059C3B22A753E

View file

@ -0,0 +1,6 @@
if [[ -n $KITTY_INSTALLATION_DIR ]]; then
export KITTY_SHELL_INTEGRATION='no-title'
autoload -Uz -- $KITTY_INSTALLATION_DIR/shell-integration/zsh/kitty-integration
kitty-integration
unfunction kitty-integration
fi