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

7 lines
136 B
Bash
Executable File

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