From e27e94154bed56bd493b0d58a7ea68fe3e2d4229 Mon Sep 17 00:00:00 2001 From: 0xrsydn Date: Wed, 25 Mar 2026 15:57:18 +0700 Subject: [PATCH] chore: add kitten ssh alias ssh --- modules/home/shell/nushell.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/home/shell/nushell.nix b/modules/home/shell/nushell.nix index f357410..f526aab 100644 --- a/modules/home/shell/nushell.nix +++ b/modules/home/shell/nushell.nix @@ -40,6 +40,9 @@ in programs.nushell.enable = lib.mkDefault true; programs.nushell.extraConfig = '' + # Use kitten ssh for proper terminfo on remote hosts + alias ssh = kitten ssh + # Dotfiles QA validation command def dotfiles-qa [] { let dotfiles_dir = "${config.home.homeDirectory}/Development/dotfiles"