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 -#}