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