aboutsummaryrefslogtreecommitdiff
path: root/bashrc.d/shellrc
blob: e938444c37f2c5825aefcd18e602a6f03f47a7d4 (plain)
1
2
3
4
5
# vim: ft=sh

for sh in /usr/share/shellrc/*; do
	[ -r "$sh" ] && . "$sh"
done