# Source user's bash_profile, if it exists and isn't a symlink to myself _prof="$(realpath "${HOME}/.bash_profile")" [ -f "${_prof}" ] && echo "${_prof}" | grep -qv "^${_base}" && source "${_prof}" unset _prof