Enable kitty integration

This commit is contained in:
Loic Nageleisen 2024-02-12 19:05:13 +01:00
parent e9f1ee0055
commit 65065116be
Signed by: lloeki
GPG key ID: D05DAEE6889F94C2
4 changed files with 13 additions and 0 deletions

6
zsh/kitty Normal file
View file

@ -0,0 +1,6 @@
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
fi

1
zsh/rc
View file

@ -14,6 +14,7 @@ source $DOTFILES_ZSH_DIR/prompt
source $DOTFILES_ZSH_DIR/fzf
source $DOTFILES_SHELL_DIR/go
source $DOTFILES_SHELL_DIR/direnv
source $DOTFILES_ZSH_DIR/kitty
set -o ignoreeof
unsetopt BEEP