Skip to content

Commit eac47f7

Browse files
authored
Merge pull request #1177 from scop/feat/more-3rdparty
feat: more 3rd party fallback completion loaders
2 parents 6721346 + 4edd9a2 commit eac47f7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

completions/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
/autoupdate
2929
/avahi-browse-domains
3030
/b2sum
31+
/_bao
3132
/_black
3233
/_blackd
3334
/bmake
@@ -316,6 +317,7 @@
316317
/_tkn
317318
/_tkn-pac
318319
/tightvncviewer
320+
/_tofu
319321
/tracepath6
320322
/_trivy
321323
/typeset

completions/Makefile.am

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ CLEANFILES = \
546546
autossh \
547547
autoupdate \
548548
avahi-browse-domains \
549+
_bao \
549550
_black \
550551
_blackd \
551552
bmake \
@@ -880,6 +881,7 @@ CLEANFILES = \
880881
_tkn \
881882
_tkn-pac \
882883
tightvncviewer \
884+
_tofu \
883885
tracepath6 \
884886
_trivy \
885887
typeset \
@@ -1207,7 +1209,7 @@ symlinks: $(DATA)
12071209
$(ss) update-alternatives \
12081210
alternatives
12091211
$(ss) _vault \
1210-
_consul _nomad _packer _terraform
1212+
_bao _consul _nomad _packer _terraform _tofu
12111213
$(ss) vipw \
12121214
vigr
12131215
$(ss) vncviewer \

0 commit comments

Comments
 (0)