dotfiles/.bash/completions

5 lines
54 B
Plaintext

for i in ~/.bash/completions.d/*; do
. "$i"
done