mirror of
https://github.com/Phantop/dotfiles
synced 2025-08-31 02:46:42 +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
|