From 049f9ec296ec371510b941615b0bfe33c2c48eb8 Mon Sep 17 00:00:00 2001 From: Superredstone Date: Sat, 23 May 2026 11:25:30 +0200 Subject: [PATCH] fix(kitty): alias ssh to kitten ssh --- home/fish.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/fish.nix b/home/fish.nix index aa4e108..4e07fe7 100644 --- a/home/fish.nix +++ b/home/fish.nix @@ -20,6 +20,8 @@ function dev nix develop --command "fish" end + + alias ssh "kitten ssh" ''; plugins = with pkgs.fishPlugins; [ {