1 Barry bash autocompletion
2 ========================
4 The scripts in this directory are programmable
5 completion functions for barry utils used in bash.
6 To use them, simply copy the files in this directory
7 except this README file to:
8 /etc/bash_completion.d/
10 And to load manually, run the following command:
11 $ . /etc/bash_completion
13 Programmable completion is for bash 3+ but is backwards
14 compatiable with bash 2.05b.