Set up Kitty shell integration manually
This commit is contained in:
parent
52cda3f34e
commit
91175a2b41
1 changed files with 6 additions and 0 deletions
6
dot-config/zsh/interactive/kitty.zsh
Normal file
6
dot-config/zsh/interactive/kitty.zsh
Normal 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
|
Loading…
Reference in a new issue