david/myzsh
david
/
myzsh
Archived
1
0
Fork 0

autopush by david@ghost

This commit is contained in:
david 2017-10-03 22:27:42 +02:00
parent d55d311341
commit d3a37f1bd9
1 changed files with 2 additions and 1 deletions

View File

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