fix(aliases): Move kitten ssh alias from ssh to kssh
All checks were successful
Perform checks / formatting (push) Successful in 55s
Perform checks / nix_flake_check (push) Successful in 1m0s

There are issues with some servers. For example Element14 doesn't show
your input, sometimes `systemd` is kinda broken, etc.
This commit is contained in:
Jiří Štefka 2024-12-23 04:27:18 +01:00
parent 23c0bc35e2
commit 8813887171
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE

View file

@ -132,7 +132,7 @@
# Kitty binds
if [ "$TERM" = "xterm-kitty" ]; then
alias ssh="kitty +kitten ssh"
alias kssh="kitty +kitten ssh"
alias icat="kitty +kitten icat"
alias d="kitty +kitten diff"
alias get="kitty +kitten transfer"