# If not running interactively, don't do anything [ -z "$PS1" ] && return # added 2006-07-09 if [ -d ${HOME}/.bashrc.d ]; then for file in ${HOME}/.bashrc.d/*; do source "$file"; done fi