From e2b9a3acfecc9198c47fdea17675ea84e82763d6 Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Mon, 26 Feb 2024 22:49:17 -0500 Subject: [PATCH] Also push on sync-dconf --- fake_home/.zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fake_home/.zshrc b/fake_home/.zshrc index d65013d..6d0e376 100644 --- a/fake_home/.zshrc +++ b/fake_home/.zshrc @@ -202,6 +202,7 @@ function sync-dconf { echo "Applying changes..." fi dconf load / < $HOME/.tmp/dconf-dump || return 1 + push-dconf } function getdot { @@ -216,8 +217,8 @@ function getdot { cd "$DOT_DIR" || return 1 git pull && ./copy.sh - load-extensions sync-history + load-extensions sync-dconf cd - > /dev/null