Disable kitty integration

This commit is contained in:
Loic Nageleisen 2024-02-15 20:36:47 +01:00
parent d50534572d
commit 50347651e6
Signed by: lloeki
GPG key ID: D05DAEE6889F94C2
2 changed files with 10 additions and 10 deletions

View file

@ -1,5 +1,5 @@
if test -n "$KITTY_INSTALLATION_DIR"; then
export KITTY_SHELL_INTEGRATION="enabled"
source "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"
fi
# if test -n "$KITTY_INSTALLATION_DIR"; then
# export KITTY_SHELL_INTEGRATION="enabled"
# source "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"
# fi

View file

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