瀏覽代碼

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;