fix(aliases): Move kitten ssh alias from ssh
to kssh
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:
parent
23c0bc35e2
commit
8813887171
1 changed files with 1 additions and 1 deletions
2
zsh.nix
2
zsh.nix
|
@ -132,7 +132,7 @@
|
||||||
|
|
||||||
# Kitty binds
|
# Kitty binds
|
||||||
if [ "$TERM" = "xterm-kitty" ]; then
|
if [ "$TERM" = "xterm-kitty" ]; then
|
||||||
alias ssh="kitty +kitten ssh"
|
alias kssh="kitty +kitten ssh"
|
||||||
alias icat="kitty +kitten icat"
|
alias icat="kitty +kitten icat"
|
||||||
alias d="kitty +kitten diff"
|
alias d="kitty +kitten diff"
|
||||||
alias get="kitty +kitten transfer"
|
alias get="kitty +kitten transfer"
|
||||||
|
|
Loading…
Reference in a new issue