5 lines
114 B
Bash
5 lines
114 B
Bash
# vim:set ft=sh
|
|
|
|
if has_option allow-user-resources && [ -f "$USRRESOURCES" ]; then
|
|
xrdb -merge $USRRESOURCES
|
|
fi
|