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