fix(foot): force $TERM when SSH to avoid termcap problem

As foot termcap is not available on all host I manage
This commit is contained in:
Yorick Barbanneau 2025-01-15 16:35:53 +01:00
parent 4ed4bc79b6
commit dcdad9a65c

View file

@ -76,5 +76,9 @@ in
};
};
};
# As foot terminal definition is not present on server I manage, this workaround is quite useful.
home.shellAliases = {
ssh = "TERM=xterm-256color ssh";
};
};
}