Skip to content

Commit 01ee387

Browse files
committed
feat(furyctl): add 3rd party fallback completion loader
https://github.com/sighupio/furyctl#usage
1 parent 48a2811 commit 01ee387

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

completions/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@
122122
/freeciv-gtk3
123123
/freeciv-sdl
124124
/freeciv-xaw
125+
/_furyctl
125126
/_fx
126127
/g++
127128
/g++-[5678]

completions/Makefile.am

+2
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,7 @@ CLEANFILES = \
678678
freeciv-gtk3 \
679679
freeciv-sdl \
680680
freeciv-xaw \
681+
_furyctl \
681682
_fx \
682683
g++ \
683684
g++-5 \
@@ -1162,6 +1163,7 @@ symlinks: $(DATA)
11621163
_dyff \
11631164
_esc \
11641165
_flux \
1166+
_furyctl \
11651167
_gardenctl \
11661168
_gcrane \
11671169
_gh-label \

0 commit comments

Comments
 (0)