Sfoglia il codice sorgente

bug(ssh): set term env for remote correctly

Zander Hawke 9 mesi fa
parent
commit
ccce9e45d9
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;