diff --git a/.zshrc b/.zshrc index 00fb59e..193407e 100644 --- a/.zshrc +++ b/.zshrc @@ -69,7 +69,7 @@ function pushdot { if [ $# -eq 0 ]; then git commit -a && git push -u origin master & else - git commit -a -m "$1" && git push -u origin master & + git commit -a -m "$1" && git push -u origin master | /dev/null & fi cd - }