Fix regression that broke quick exit from ssh kitten

This commit is contained in:
Kovid Goyal 2023-11-06 21:22:41 +05:30
parent ac2ec44a7f
commit bd5fcb00e0
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
3 changed files with 9 additions and 6 deletions

View file

@ -74,7 +74,6 @@ fi
dcs_to_kitty() { printf "\033P@kitty-$1|%s\033\134" "$(printf "%s" "$2" | base64_encode)" > /dev/tty; }
debug() { dcs_to_kitty "print" "debug: $1"; }
echo_via_kitty() { dcs_to_kitty "echo" "$1"; }
# If $HOME is configured set it here
EXPORT_HOME_CMD