SSH: Set TERM to xterm-256color for better compatibility

This commit is contained in:
Evie Litherland-Smith 2024-07-16 10:06:36 +01:00
parent f8e89ab7b9
commit 2d361220f6

View file

@ -12,6 +12,9 @@
serverAliveCountMax = 3;
controlMaster = "auto";
controlPersist = "10s";
extraConfig = ''
SetEnv TERM=xterm-256color
'';
matchBlocks = {
"git*".user = "git";
"legion" = {