mirror of
https://github.com/Phantop/dotfiles
synced 2025-08-30 18:36:57 +00:00
7 lines
179 B
Fish
7 lines
179 B
Fish
function rebind
|
|
for i in ~/.dotfiles/dconf/*
|
|
dconf reset -f (basename "$i" | tr : /)
|
|
sed -z 's/,\n/, /g' $i | dconf load $(basename "$i" | tr : /)
|
|
end
|
|
end
|