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 = { environment = {
localBinInPath = true; localBinInPath = true;
shellAliases = { shellAliases = {
ssh = "TERM=xterm-256color ssh";
ll = "ls -laF"; ll = "ls -laF";
lg = "lazygit"; lg = "lazygit";
gg = "nvim +Neogit"; gg = "nvim +Neogit";