From cdbbb722a87f43d7addfd9635d61dc16e3b5d45e Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Fri, 1 Mar 2024 07:06:13 -0500 Subject: [PATCH] More consistently push non-dotfile data --- fake_home/.zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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