Revert "add ssh alias for kitten if kitty is used"
All checks were successful
nixos config pipeline / show-flake (push) Successful in 30s
nixos config pipeline / deploy (push) Successful in 9s

This reverts commit 2b7c1d4a64.
This commit is contained in:
smayzy 2025-11-10 14:13:30 +01:00
parent c41e4cd6e9
commit e069aecc8e

View File

@ -30,11 +30,6 @@
cp = "cp -r"; cp = "cp -r";
cd = "sl"; cd = "sl";
}; };
initContent = ''
if [[ $TERM == "xterm-kitty" ]]; then
alias ssh="kitty +kitten ssh"
fi
'';
}; };
programs.git = { programs.git = {