Get pre-commit.bash.
Source it into your shell (.bashrc or .bash_profile):
source path/to/pre-commit.bash
# or
. path/to/pre-commit-completion.bash`install.sh will copy the bash completion script to the appropriate directory in your home.
- The path was taken from
declare -f __load_completion- it could give you another hint. It is loaded through the_completion_loader()function. - Global installation may be possible by adding the files to one of these paths:
/usr/local/share/bash_completion/completions/usr/share/bash_completion/completions
Debugging can be facilitated by calling set -x.
To disable the trace, you can do the opposite: set +x.
GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007