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 = [