From 2d361220f62595828090c1f2bb1efcc63397c1c4 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 16 Jul 2024 10:06:36 +0100 Subject: [PATCH] SSH: Set TERM to xterm-256color for better compatibility --- home/shell/ssh.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/shell/ssh.nix b/home/shell/ssh.nix index e684630e..5a63b079 100644 --- a/home/shell/ssh.nix +++ b/home/shell/ssh.nix @@ -12,6 +12,9 @@ serverAliveCountMax = 3; controlMaster = "auto"; controlPersist = "10s"; + extraConfig = '' + SetEnv TERM=xterm-256color + ''; matchBlocks = { "git*".user = "git"; "legion" = {