[Fix] cleanup

This commit is contained in:
coja
2026-08-13 01:11:41 +02:00
parent f62cb40499
commit 86726cddce
312 changed files with 12274 additions and 10772 deletions
+7
View File
@@ -0,0 +1,7 @@
function ssh
if type -q kitten
kitten ssh $argv
else
command ssh $argv
end
end