diff --git a/install.sh b/install.sh index b05a83c..3496eff 100755 --- a/install.sh +++ b/install.sh @@ -88,9 +88,10 @@ installmyzsh() if [ -d ~/.myzsh ]; then - echo "[myzsh]: it seems i have already been setup." + echo "[myzsh]: it seems i have already been set up." choice="null" read -p "[myzsh]: should i cleanup and reinstall? [y/n]" choice + echo "debug: $choice" if [ $choice == "y" ]; then installdeps installmyzsh