git-vendor-name: bash-progcomp
git-vendor-dir: vendor/github.com/gaelicWizard/bash-progcomp
git-vendor-repository: https://github.com/gaelicWizard/bash-progcomp
git-vendor-ref: v2.0.1
This commit is contained in:
John D Pell
2021-10-28 14:02:24 -07:00
parent fdb50aec6b
commit 6a41dbc3f6
5 changed files with 545 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# shellcheck shell=bash
if test -s "${BASH_IT?}/vendor/github.com/gaelicWizard/bash-progcomp/defaults.completion.bash"; then
source "$_"
fi