diff --git a/fake_home/.zshrc b/fake_home/.zshrc index 194ff2c..500fa95 100644 --- a/fake_home/.zshrc +++ b/fake_home/.zshrc @@ -178,7 +178,10 @@ function pushdot { res="$?" fi if [[ "$res" == "0" ]]; then - git push -u origin main && push-extensions && sync-history && push-dconf + git push -u origin main + push-extensions + sync-history + push-dconf fi cd - return $res