Add kitten ssh alias

This commit is contained in:
SebastianStork 2025-05-19 23:29:14 +02:00
parent c2a0ef956f
commit 4b91351954

View file

@ -30,5 +30,7 @@
update_check_interval = 0; update_check_interval = 0;
}; };
}; };
home.shellAliases.ssh = "kitten ssh";
}; };
} }