mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
Disable kitty integration
This commit is contained in:
parent
d50534572d
commit
50347651e6
2 changed files with 10 additions and 10 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
if test -n "$KITTY_INSTALLATION_DIR"; then
|
# if test -n "$KITTY_INSTALLATION_DIR"; then
|
||||||
export KITTY_SHELL_INTEGRATION="enabled"
|
# export KITTY_SHELL_INTEGRATION="enabled"
|
||||||
source "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"
|
# source "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
|
|
|
||||||
12
zsh/kitty
12
zsh/kitty
|
|
@ -1,6 +1,6 @@
|
||||||
if test -n "$KITTY_INSTALLATION_DIR"; then
|
# if test -n "$KITTY_INSTALLATION_DIR"; then
|
||||||
export KITTY_SHELL_INTEGRATION="enabled"
|
# export KITTY_SHELL_INTEGRATION="enabled"
|
||||||
autoload -Uz -- "$KITTY_INSTALLATION_DIR"/shell-integration/zsh/kitty-integration
|
# autoload -Uz -- "$KITTY_INSTALLATION_DIR"/shell-integration/zsh/kitty-integration
|
||||||
kitty-integration
|
# kitty-integration
|
||||||
unfunction kitty-integration
|
# unfunction kitty-integration
|
||||||
fi
|
# fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue