dconf : save to current dir.
This commit is contained in:
parent
a6dc76e1f8
commit
f66aa09677
|
@ -1,4 +1,4 @@
|
|||
_GDCONF_PATH="${HOME}/.linux/gnome.dconf"
|
||||
|
||||
alias dconf_load="sed -i -e s/voronind/$(whoami)/g ${_GDCONF_PATH} ; dconf load / < ${_GDCONF_PATH}" # load gnome settings.
|
||||
alias dconf_save="dconf dump / > ${_GDCONF_PATH}" # dump gnome settings to a file.
|
||||
alias dconf_save="dconf dump / > gnome.dconf" # dump gnome settings to a file.
|
||||
|
|
Reference in a new issue