mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
Fix regression that broke quick exit from ssh kitten
This commit is contained in:
parent
ac2ec44a7f
commit
bd5fcb00e0
3 changed files with 9 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue