Also push on sync-dconf
This commit is contained in:
parent
aba727e205
commit
e2b9a3acfe
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue