depot/third_party/nixpkgs/pkgs/servers/x11/xquartz/98-user.sh

7 lines
136 B
Bash
Raw Normal View History

if [ -d "${HOME}/.xinitrc.d" ] ; then
for f in "${HOME}"/.xinitrc.d/*.sh ; do
[ -x "$f" ] && . "$f"
done
unset f
fi