Remove zsh func clone

This commit is contained in:
don philipe
2026-08-11 10:31:26 +02:00
parent a65784223d
commit 01e9bd37c7
-4
View File
@@ -13,10 +13,6 @@ autotmux()
fi
}
checkpem()
{
openssl x509 -in "$1" -noout -text
}
checkcert()
{
openssl s_client -connect "$1":443 2>/dev/null