Alias ssh to set TERM to something sensible first

This commit is contained in:
Evie Litherland-Smith 2023-07-05 14:37:49 +01:00
parent 1724d7993f
commit 8c194f20d8

View file

@ -27,6 +27,7 @@
environment = {
localBinInPath = true;
shellAliases = {
ssh = "TERM=xterm-256color ssh";
ll = "ls -laF";
lg = "lazygit";
gg = "nvim +Neogit";