if [[ "${SUDO_USER}" == "vapier" ]] ; then for sh in ~vapier/.profile.d/{.pre,*,.post}.sh ; do . "$sh" done unset sh fi