# -*- shell-script -*- for f in /etc/X11/xinit/xinitrc.d/*; do if test "$f" = /etc/X11/xinit/xinitrc.d/50-systemd-user.sh; then : # Ignore that file, it causes a catastrophic failure that is hard to locate elif test -r "$f"; then . -- "$f" fi done