Make the command to copy over terminfo files a one liner

This commit is contained in:
Kovid Goyal 2018-04-09 16:45:11 +05:30
parent 3830261384
commit 955ead05be
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -515,9 +515,7 @@ Either install kitty on the server, or simply copy over the terminfo files,
using:
....
ssh myserver mkdir -p \~/.terminfo
infocmp xterm-kitty | ssh myserver "cat > /tmp/kitty.terminfo"
ssh myserver tic -x -o \~/.terminfo /tmp/kitty.terminfo
infocmp xterm-kitty | ssh myserver tic -x -o \~/.terminfo /dev/stdin
....
Really, the correct solution for this is to convince the OpenSSH maintainers to