# We need to enable extended globbing here for the below source inclusion setopt EXTENDED_GLOB # Source in resources for F in ~/.zsh/zshrc.d/([a-zA-Z0-9-]##).zsh; do source $F done # Source in local stuff if [ -f ~/.zsh/zshrc.local ] then source ~/.zsh/zshrc.local fi