alias for ssh to work with kitty

This commit is contained in:
Moritz Böhme 2021-12-12 12:20:20 +01:00
parent 8ce913eb17
commit 3e7529227b

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;