xrdbupdate: Merge in the contents of ~/.xrdb
This commit is contained in:
parent
bd9cbfefcf
commit
5482c79236
@ -1,2 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
xrdb ~/.Xresources
|
xrdb ~/.Xresources
|
||||||
|
for file in "~/.xrdb/*.xresources"; do
|
||||||
|
xrdb -merge "$file"
|
||||||
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user