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: e938444c37f2c5825aefcd18e602a6f03f47a7d4 (
plain
)
1
2
3
4
5
# vim: ft=sh for sh in /usr/share/shellrc/*; do [ -r "$sh" ] && . "$sh" done