# Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi while read filename do source "$filename" done < <(find -L ~/.bashrc.d -type f)