david/myzsh
david
/
myzsh
Archived
1
0
Fork 0

autopush by david@ghost

This commit is contained in:
david 2017-10-04 00:30:50 +02:00
parent 1482274e64
commit 60c0bafa2c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ if [ $? -eq 1 ]; then
fi
# check if there is canges to be pushed
# check if there are canges to be pushed
cd $ZSH
if [[ -n $(git status --porcelain) ]]; then
echo -n "[myzsh]: local myzsh repo is dirty. commit and push changes? [y/n]"