Skip to content
Aurélien Larcher edited this page Nov 15, 2017 · 3 revisions

OpenIndiana bash-completions

This is a work in progress ...

  1. Clone the repository in ~/.bash_completion.d/

  2. Add a ~/.bash_completion file containing:

    for f in ~/.bash_completion.d/* ; do . $f; done;

Clone this wiki locally