Don't background pushdot
This commit is contained in:
parent
06fad42045
commit
a7d7e9d9b8
|
@ -70,9 +70,9 @@ source ~/.zsh_local
|
||||||
function pushdot {
|
function pushdot {
|
||||||
cd "$DOT_DIR" || return 1
|
cd "$DOT_DIR" || return 1
|
||||||
if [ $# -eq 0 ]; then
|
if [ $# -eq 0 ]; then
|
||||||
git commit -a && git push -u origin main &
|
git commit -a && git push -u origin main
|
||||||
else
|
else
|
||||||
git commit -a -m "$1" && git push -u origin main | /dev/null &
|
git commit -a -m "$1" && git push -u origin main
|
||||||
fi
|
fi
|
||||||
cd -
|
cd -
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue