diff --git a/shells/zshrc b/shells/zshrc index 55fce10..b5c9225 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -259,7 +259,7 @@ function pub-git-rm(){ done } function pub-git-push(){ - if (( $# = 0 )) ; then + if (( $# == 0 )) ; then git push local --all && git push local --tags git push ncsu --all && git push ncsu --tags git push gitlab --all && git push gitlab --tags