SSH: Set TERM to xterm-256color for better compatibility
This commit is contained in:
parent
f8e89ab7b9
commit
2d361220f6
|
@ -12,6 +12,9 @@
|
|||
serverAliveCountMax = 3;
|
||||
controlMaster = "auto";
|
||||
controlPersist = "10s";
|
||||
extraConfig = ''
|
||||
SetEnv TERM=xterm-256color
|
||||
'';
|
||||
matchBlocks = {
|
||||
"git*".user = "git";
|
||||
"legion" = {
|
||||
|
|
Loading…
Reference in a new issue