Alias ssh to set TERM to something sensible first
This commit is contained in:
parent
1724d7993f
commit
8c194f20d8
|
@ -27,6 +27,7 @@
|
|||
environment = {
|
||||
localBinInPath = true;
|
||||
shellAliases = {
|
||||
ssh = "TERM=xterm-256color ssh";
|
||||
ll = "ls -laF";
|
||||
lg = "lazygit";
|
||||
gg = "nvim +Neogit";
|
||||
|
|
Loading…
Reference in a new issue