From e069aecc8e9a676228e3cff3ee2faf1e161c6824 Mon Sep 17 00:00:00 2001 From: smayzy Date: Mon, 10 Nov 2025 14:13:30 +0100 Subject: [PATCH] Revert "add ssh alias for kitten if kitty is used" This reverts commit 2b7c1d4a64cf18b37b6d414af82855bb46789cc6. --- hosts/common/home.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/common/home.nix b/hosts/common/home.nix index 0b32e91..4dee751 100644 --- a/hosts/common/home.nix +++ b/hosts/common/home.nix @@ -30,11 +30,6 @@ cp = "cp -r"; cd = "sl"; }; - initContent = '' - if [[ $TERM == "xterm-kitty" ]]; then - alias ssh="kitty +kitten ssh" - fi - ''; }; programs.git = {