feat(homeModules/cli): set default term variable for ssh for compat

This commit is contained in:
Mohammad Rafiq 2025-05-20 22:10:18 +08:00
parent 49165e30d8
commit 0f28fb7d70
No known key found for this signature in database

View file

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