@ -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 -
}