1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-08-30 18:36:57 +00:00
dotfiles/fish/functions/rebind.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