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