We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This is a work in progress ...
Clone the repository in ~/.bash_completion.d/
~/.bash_completion.d/
Add a ~/.bash_completion file containing:
~/.bash_completion
for f in ~/.bash_completion.d/* ; do . $f; done;