Alias ssh to set TERM to something sensible first
This commit is contained in:
parent
1724d7993f
commit
8c194f20d8
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue