Skip to content

Commit 5bb8969

Browse files
authored
Merge pull request #325 from 00-kat/explicit-infocmp
Explicitly specify `ghostty` in the infocmp command
2 parents 90b2ccd + 3a251d9 commit 5bb8969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/help/terminfo.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The following one-liner will export the terminfo entry from your host and
6363
import it on the remote machine:
6464

6565
```sh
66-
infocmp -x | ssh YOUR-SERVER -- tic -x -
66+
infocmp -x ghostty | ssh YOUR-SERVER -- tic -x -
6767
```
6868

6969
The `tic` command on the server may give the warning `"<stdin>", line 2,

0 commit comments

Comments
 (0)