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:
parent
3da62f0490
commit
9af2aeaae9
1 changed files with 1 additions and 0 deletions
|
@ -10,5 +10,6 @@
|
|||
|
||||
home.shellAliases = {
|
||||
ssh = "kitty +kitten ssh";
|
||||
softsh = "TERM=xterm-256color \ssh"; # https://github.com/charmbracelet/soft-serve/issues/72
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue