This website requires JavaScript.
Explore
Help
Sign In
salt
/
bin
Watch
1
Star
0
Fork
0
You've already forked bin
Code
Issues
Pull Requests
Releases
Wiki
Activity
64a3904866
bin
/
xrdbupdate
6 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial commit - transitioning from dotfiles
2018-02-03 00:34:17 -06:00
#!/bin/sh
xrdb ~/.Xresources
xrdbupdate: Ups
2018-05-17 15:52:42 -05:00
for file in ~/.xrdb/*.xresources; do
xrdbupdate: Merge in the contents of ~/.xrdb
2018-05-17 15:51:26 -05:00
xrdb -merge "$file"
done
Reference in New Issue
Copy Permalink