diff --git a/install.sh b/install.sh index 77ef935..20b5d09 100755 --- a/install.sh +++ b/install.sh @@ -90,7 +90,7 @@ if [ -d ~/.myzsh ]; then choice="null" echo "[myzsh]: it seems i have already been set up." read -p "[myzsh]: should i cleanup & reinstall? [y/n]" choice - if [ -z $choice ] || [ $choice == "y" ]; then + if [ $choice == "y" ]; then installdeps installmyzsh else