Update a few configs

This commit is contained in:
natemaia
2019-03-02 19:32:13 -08:00
parent a8da0480b3
commit 4212dfca4d
4 changed files with 6 additions and 22 deletions

View File

@ -4,7 +4,7 @@
# default arch init scripts
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*.sh; do
for f in /etc/X11/xinit/xinitrc.d/?*.sh; do
[ -x "$f" ] && . "$f"
done
fi