index
:
shellrc
master
Personal shell initialization and completions files
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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