david/myzsh
david
/
myzsh
Archived
1
0
Fork 0

autopush by david@ghost

This commit is contained in:
david 2017-10-03 22:44:51 +02:00
parent e83df55480
commit 383c18f0c7
1 changed files with 1 additions and 1 deletions

View File

@ -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