diff options
-rw-r--r-- | macos.local/.flake/home/programs/ssh.nix.org | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/macos.local/.flake/home/programs/ssh.nix.org b/macos.local/.flake/home/programs/ssh.nix.org index e9cf7ad..e1ba2ca 100644 --- a/macos.local/.flake/home/programs/ssh.nix.org +++ b/macos.local/.flake/home/programs/ssh.nix.org @@ -21,6 +21,9 @@ Here is my University of Manitoba computer science SSH server. My account is =ja "aviary" = { hostname = "aviary.cs.umanitoba.ca"; user = "janzenj2"; + setEnv = { + "TERM" = "xterm"; + }; }; #+end_src |