1
0
Эх сурвалжийг харах

bug(ssh): set term env for remote correctly

Zander Hawke 9 сар өмнө
parent
commit
ccce9e45d9

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

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