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

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