1
0
فهرست منبع

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."*" = {
+      setEnv.TERM = "xterm-256color";
       forwardAgent = true;
       compression = true;
       serverAliveInterval = 0;