From 8813887171720eb235ef17e8e1558d0f5122b351 Mon Sep 17 00:00:00 2001 From: jiriks74 Date: Mon, 23 Dec 2024 04:27:18 +0100 Subject: [PATCH] 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. --- zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh.nix b/zsh.nix index 39aa839..05ee619 100644 --- a/zsh.nix +++ b/zsh.nix @@ -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"