david/myzsh
david
/
myzsh
Archived
1
0
Fork 0

autopush by david@ghost

This commit is contained in:
david 2017-10-03 22:24:48 +02:00
parent abdfd4d0f3
commit 84711236b3
1 changed files with 1 additions and 0 deletions

View File

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