diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:03:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:03:58 +0000 |
commit | 5883c2ff7869f27984084487e603c17b49508812 (patch) | |
tree | 73cebff807071fd1d7ba1ec819152233e6da3b05 /completions/_rg | |
parent | Releasing progress-linux version 1:2.12.0-1~progress7.99u1. (diff) | |
download | bash-completion-5883c2ff7869f27984084487e603c17b49508812.tar.xz bash-completion-5883c2ff7869f27984084487e603c17b49508812.zip |
Merging upstream version 1:2.13.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'completions/_rg')
-rw-r--r-- | completions/_rg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/completions/_rg b/completions/_rg new file mode 100644 index 0000000..4129371 --- /dev/null +++ b/completions/_rg @@ -0,0 +1,8 @@ +# 3rd party completion loader for commands emitting -*- shell-script -*- +# their completion using "$cmd --generate complete-bash". +# +# This serves as a fallback in case the completion is not installed otherwise. + +eval -- "$("$1" --generate complete-bash 2>/dev/null)" + +# ex: filetype=sh |