Skip to content

Commit 86b838c

Browse files
committed
feat(fx): add 3rd party fallback completion loader
https://github.com/antonmedv/fx
1 parent ddd108b commit 86b838c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

completions/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
/freeciv-gtk3
118118
/freeciv-sdl
119119
/freeciv-xaw
120+
/_fx
120121
/g++
121122
/g++-[5678]
122123
/g4

completions/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,7 @@ CLEANFILES = \
665665
freeciv-gtk3 \
666666
freeciv-sdl \
667667
freeciv-xaw \
668+
_fx \
668669
g++ \
669670
g++-5 \
670671
g++-6 \
@@ -1317,7 +1318,7 @@ endif
13171318
$(ss) update-alternatives \
13181319
alternatives
13191320
$(ss) _vault \
1320-
_bao _consul _nomad _packer _terraform _tofu
1321+
_bao _consul _fx _nomad _packer _terraform _tofu
13211322
$(ss) vipw \
13221323
vigr
13231324
$(ss) vncviewer \

0 commit comments

Comments
 (0)