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]"