Преглед изворни кода

bug(ssh): set term env for remote correctly

Zander Hawke пре 9 месеци
родитељ
комит
ccce9e45d9
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      home/features/cli/ssh.nix

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

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