1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-08-31 02:46:42 +00:00
dotfiles/fish/functions/rebind.fish

7 lines
179 B
Fish
Raw Permalink Normal View History

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