From 01e9bd37c7b965b2138e85c3604589513cf79b5e Mon Sep 17 00:00:00 2001 From: don philipe Date: Tue, 11 Aug 2026 10:31:26 +0200 Subject: [PATCH] Remove zsh func clone --- .zsh-custom/functions.zsh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.zsh-custom/functions.zsh b/.zsh-custom/functions.zsh index e98561f..f6fdd37 100644 --- a/.zsh-custom/functions.zsh +++ b/.zsh-custom/functions.zsh @@ -13,10 +13,6 @@ autotmux() fi } -checkpem() -{ - openssl x509 -in "$1" -noout -text -} checkcert() { openssl s_client -connect "$1":443 2>/dev/null