index
:
dotfiles
main
My configuration files.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
system
/
.bash_completion
blob: 25b35adde9b966dad928adfec0d4abc1d2f4e78b (
plain
) (
blame
)
1
2
3
4
for
f
in
~/.bash_completion.d/*
;
do
[
-f
"
$f
"
]
||
continue
.
"
$f
"
done