david/myzsh
david
/
myzsh
Archived
1
0
Fork 0

autopush by david@ghost

This commit is contained in:
david 2017-10-03 22:41:50 +02:00
parent 6d25bcbf0c
commit e83df55480
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ installmyzsh()
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