# vim: ft=zsh for sh in /etc/shellrc.d/*; do [ -r "$sh" ] && . "$sh" done