Also push on sync-dconf
This commit is contained in:
parent
aba727e205
commit
e2b9a3acfe
|
@ -202,6 +202,7 @@ function sync-dconf {
|
||||||
echo "Applying changes..."
|
echo "Applying changes..."
|
||||||
fi
|
fi
|
||||||
dconf load / < $HOME/.tmp/dconf-dump || return 1
|
dconf load / < $HOME/.tmp/dconf-dump || return 1
|
||||||
|
push-dconf
|
||||||
}
|
}
|
||||||
|
|
||||||
function getdot {
|
function getdot {
|
||||||
|
@ -216,8 +217,8 @@ function getdot {
|
||||||
cd "$DOT_DIR" || return 1
|
cd "$DOT_DIR" || return 1
|
||||||
git pull && ./copy.sh
|
git pull && ./copy.sh
|
||||||
|
|
||||||
load-extensions
|
|
||||||
sync-history
|
sync-history
|
||||||
|
load-extensions
|
||||||
sync-dconf
|
sync-dconf
|
||||||
|
|
||||||
cd - > /dev/null
|
cd - > /dev/null
|
||||||
|
|
Loading…
Reference in New Issue