Make the command to copy over terminfo files a one liner
This commit is contained in:
parent
3830261384
commit
955ead05be
@ -515,9 +515,7 @@ Either install kitty on the server, or simply copy over the terminfo files,
|
|||||||
using:
|
using:
|
||||||
|
|
||||||
....
|
....
|
||||||
ssh myserver mkdir -p \~/.terminfo
|
infocmp xterm-kitty | ssh myserver tic -x -o \~/.terminfo /dev/stdin
|
||||||
infocmp xterm-kitty | ssh myserver "cat > /tmp/kitty.terminfo"
|
|
||||||
ssh myserver tic -x -o \~/.terminfo /tmp/kitty.terminfo
|
|
||||||
....
|
....
|
||||||
|
|
||||||
Really, the correct solution for this is to convince the OpenSSH maintainers to
|
Really, the correct solution for this is to convince the OpenSSH maintainers to
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user