alias for ssh to work with kitty
parent
8ce913eb17
commit
3e7529227b
|
@ -28,6 +28,8 @@
|
|||
gds = "git diff --staged";
|
||||
gp = "git push";
|
||||
gs = "git status";
|
||||
|
||||
ssh = "TERM=xterm-color ssh";
|
||||
};
|
||||
enableSyntaxHighlighting = true;
|
||||
enableAutosuggestions = true;
|
||||
|
|
Loading…
Reference in New Issue