[[ -z "$PS1" ]] && return _zshdir="$HOME/.zsh" for file in "${_zshdir}"/* ; do if [[ -e "$file" ]] ; then source "$file" fi done