# Environment variables common to any X session # Update browser, since .profile set this to a curses browser on login # shellcheck disable=SC2034 BROWSER=x-www-browser # Load all supplementary scripts in ~/.xprofile.d for sh in "$HOME"/.xprofile.d/*.sh ; do [ -e "$sh" ] || continue . "$sh" done unset -v sh