From 84711236b35ef5174a33c4172ec48cb1116ddb40 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 3 Oct 2017 22:24:48 +0200 Subject: [PATCH] autopush by david@ghost --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 843ebbb..b0e3872 100755 --- a/install.sh +++ b/install.sh @@ -89,6 +89,7 @@ installmyzsh() if [ -d ~/.myzsh ]; then echo "[myzsh]: it seems i have already been setup." + choice="null" read -p "[myzsh]: should i cleanup and reinstall? [y/n]" choice if [ $choice == "y" ]; then installdeps