alias for ssh to work with kitty
This commit is contained in:
parent
8ce913eb17
commit
3e7529227b
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@
|
||||||
gds = "git diff --staged";
|
gds = "git diff --staged";
|
||||||
gp = "git push";
|
gp = "git push";
|
||||||
gs = "git status";
|
gs = "git status";
|
||||||
|
|
||||||
|
ssh = "TERM=xterm-color ssh";
|
||||||
};
|
};
|
||||||
enableSyntaxHighlighting = true;
|
enableSyntaxHighlighting = true;
|
||||||
enableAutosuggestions = true;
|
enableAutosuggestions = true;
|
||||||
|
|
Loading…
Reference in a new issue