Skip to content

Commit 031e317

Browse files
committed
feat(hugo): add fallback 3rd party completion loader
1 parent 363b9fc commit 031e317

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

completions/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
/host
8585
/hping
8686
/hping3
87+
/_hugo
8788
/iceweasel
8889
/identify
8990
/ifdown

completions/Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,7 @@ CLEANFILES = \
595595
host \
596596
hping \
597597
hping3 \
598+
_hugo \
598599
iceweasel \
599600
identify \
600601
ifdown \
@@ -868,6 +869,8 @@ symlinks: $(DATA)
868869
geoiplookup6
869870
$(ss) gkrellm \
870871
gkrellm2
872+
$(ss) _golangci-lint \
873+
_hugo
871874
$(ss) gpgv \
872875
gpgv2
873876
$(ss) gssdp-discover \

0 commit comments

Comments
 (0)