From 0f28fb7d70985b742567d91c6ca00c9d1d233f5b Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Tue, 20 May 2025 22:10:18 +0800 Subject: [PATCH] feat(homeModules/cli): set default term variable for ssh for compat --- modules/home/cli/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/home/cli/default.nix b/modules/home/cli/default.nix index fa3ce69..6456485 100644 --- a/modules/home/cli/default.nix +++ b/modules/home/cli/default.nix @@ -20,6 +20,13 @@ config = lib.mkMerge [ { home.shell.enableShellIntegration = true; + programs.ssh = { + enable = true; + extraConfig = '' + Host * + SetEnv TERM=xterm-256color + ''; + }; programs.zoxide.enable = true; home.shellAliases.cd = "z"; home.persistence."/persist/home/${config.snowfallorg.user.name}".directories = [