1
0
Pārlūkot izejas kodu

bug(ssh): set term env for remote correctly

Zander Hawke 9 mēneši atpakaļ
vecāks
revīzija
ccce9e45d9
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      home/features/cli/ssh.nix

+ 1 - 0
home/features/cli/ssh.nix

@@ -8,6 +8,7 @@
     '';
 
     matchBlocks."*" = {
+      setEnv.TERM = "xterm-256color";
       forwardAgent = true;
       compression = true;
       serverAliveInterval = 0;