xrdbupdate: Test for readability because symlinks
Lotsa people symlink their Xresources
This commit is contained in:
parent
c21234dd9c
commit
e0f4b57807
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
if [ -f ~/.Xresources ]; then
|
||||
if [ -r ~/.Xresources ]; then
|
||||
xrdb ~/.Xresources
|
||||
printf "Loading .Xresources...\n"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user