From 60c0bafa2c2680557308cdc753ce0d7cb63e429e Mon Sep 17 00:00:00 2001 From: david Date: Wed, 4 Oct 2017 00:30:50 +0200 Subject: [PATCH] autopush by david@ghost --- myzsh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myzsh.sh b/myzsh.sh index 78550f0..6406ec6 100644 --- a/myzsh.sh +++ b/myzsh.sh @@ -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]"