From 5d80c2be62b40537f1c5fca445f61be9ff20bd00 Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Fri, 10 Nov 2023 19:26:55 +0000 Subject: [PATCH] Remove unused function --- install.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/install.sh b/install.sh index d7a9971..7a3ae74 100755 --- a/install.sh +++ b/install.sh @@ -11,11 +11,3 @@ fi rm -f $HOME/.zshrc $HOME/.profile >/dev/null 2>&1 find * -maxdepth 0 -type d | xargs -I{} $STOW -t "$HOME" {} - -#func encrypt() { -# openssl enc -e -aes256 -base64 -in $1 -#} -# -#func decrypt() { -# openssl enc -d -aes256 -base64 -in $1 -#}