mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-11 17:35:25 +08:00
ssh: ignore ghostty terminfo in ssh
This commit is contained in:
parent
e4615f3051
commit
dc98b5f22b
1 changed files with 6 additions and 0 deletions
|
|
@ -7,6 +7,12 @@
|
|||
|
||||
# Note: More defined in juspay.nix
|
||||
matchBlocks = {
|
||||
"*" = {
|
||||
setEnv = {
|
||||
# https://ghostty.org/docs/help/terminfo#configure-ssh-to-fall-back-to-a-known-terminfo-entry
|
||||
TERM = "xterm-256color";
|
||||
};
|
||||
};
|
||||
pureintent = {
|
||||
forwardAgent = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue