david/myzsh
david
/
myzsh
Archived
1
0
Fork 0

autopush by david@ghost

This commit is contained in:
david 2017-10-03 22:39:26 +02:00
parent a7e8b290d2
commit 6d25bcbf0c
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ installmyzsh()
if [ -d ~/.myzsh ]; then
echo "[myzsh]: it seems i have already been set up."
read -p "[myzsh]: should i cleanup & reinstall? [y/n]" choice
if [ -n $choice ] || [ $choice == "y" ]; then
if [ -z $choice ] || [ $choice == "y" ]; then
installdeps
installmyzsh
else