alias for ssh to work with kitty

dev-docs
Moritz Böhme 2021-12-12 12:20:20 +01:00
parent 8ce913eb17
commit 3e7529227b
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@
gds = "git diff --staged";
gp = "git push";
gs = "git status";
ssh = "TERM=xterm-color ssh";
};
enableSyntaxHighlighting = true;
enableAutosuggestions = true;