feat(homeModules/cli): set default term variable for ssh for compat
This commit is contained in:
parent
49165e30d8
commit
0f28fb7d70
1 changed files with 7 additions and 0 deletions
|
@ -20,6 +20,13 @@
|
||||||
config = lib.mkMerge [
|
config = lib.mkMerge [
|
||||||
{
|
{
|
||||||
home.shell.enableShellIntegration = true;
|
home.shell.enableShellIntegration = true;
|
||||||
|
programs.ssh = {
|
||||||
|
enable = true;
|
||||||
|
extraConfig = ''
|
||||||
|
Host *
|
||||||
|
SetEnv TERM=xterm-256color
|
||||||
|
'';
|
||||||
|
};
|
||||||
programs.zoxide.enable = true;
|
programs.zoxide.enable = true;
|
||||||
home.shellAliases.cd = "z";
|
home.shellAliases.cd = "z";
|
||||||
home.persistence."/persist/home/${config.snowfallorg.user.name}".directories = [
|
home.persistence."/persist/home/${config.snowfallorg.user.name}".directories = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue