fix(kitty): add softsh alias for soft servers

Works around a limitation with the Soft git server which prevents the
kitty ssh alias from functioning.
This commit is contained in:
Infinidoge 2022-01-27 00:17:43 -05:00
parent 3da62f0490
commit 9af2aeaae9

View file

@ -10,5 +10,6 @@
home.shellAliases = {
ssh = "kitty +kitten ssh";
softsh = "TERM=xterm-256color \ssh"; # https://github.com/charmbracelet/soft-serve/issues/72
};
}