Browse Source

bug(ssh): set term env for remote correctly

Zander Hawke 9 tháng trước cách đây
mục cha
commit
ccce9e45d9
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;