fix(kitty): softsh alias

This commit is contained in:
Infinidoge 2022-02-01 16:51:29 -05:00
parent 8692130d5e
commit a862634e0c

View file

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