# Source user's bashrc if it exists # bash-config will only load itself once per config set, so this will not loop _prof="$(realpath "${HOME}/.bashrc")" [ -f "${_prof}" ] && source "${_prof}" unset _prof