xrdbupdate: Merge in the contents of ~/.xrdb

This commit is contained in:
Salt 2018-05-17 15:51:26 -05:00
parent bd9cbfefcf
commit 5482c79236

View File

@ -1,2 +1,5 @@
#!/bin/sh
xrdb ~/.Xresources
for file in "~/.xrdb/*.xresources"; do
xrdb -merge "$file"
done