1 for f in ~/.config/zshrc/*; do 2 if [ ! -d $f ]; then 3 source $f 4 fi 5 done 6 7 path=(~/.local/bin $path) 8 typeset -U path 9 export PATH