Skip to content

Commit 3a1103e

Browse files
committed
feat(vacuum): add fallback 3rd party completion loader
1 parent ef651f8 commit 3a1103e

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
@@ -232,6 +232,7 @@
232232
/tracepath6
233233
/typeset
234234
/_upctl
235+
/_vacuum
235236
/vgcfgbackup
236237
/vgcfgrestore
237238
/vgchange

completions/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,6 +775,7 @@ CLEANFILES = \
775775
tracepath6 \
776776
typeset \
777777
_upctl \
778+
_vacuum \
778779
vgcfgbackup \
779780
vgcfgrestore \
780781
vgchange \
@@ -872,7 +873,7 @@ symlinks: $(DATA)
872873
$(ss) gkrellm \
873874
gkrellm2
874875
$(ss) _golangci-lint \
875-
_hugo _sshi _upctl
876+
_hugo _sshi _upctl _vacuum
876877
$(ss) gpgv \
877878
gpgv2
878879
$(ss) gssdp-discover \

0 commit comments

Comments
 (0)