Also push on sync-dconf

This commit is contained in:
Sage Vaillancourt 2024-02-26 22:49:17 -05:00
parent aba727e205
commit e2b9a3acfe
1 changed files with 2 additions and 1 deletions

View File

@ -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