Skip to content

Commit ef651f8

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

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
@@ -224,6 +224,7 @@
224224
/smbtree
225225
/sparc-koji
226226
/spovray
227+
/_sshi
227228
/star
228229
/stream
229230
/sudoedit

completions/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,6 +767,7 @@ CLEANFILES = \
767767
smbtree \
768768
sparc-koji \
769769
spovray \
770+
_sshi \
770771
star \
771772
stream \
772773
sudoedit \
@@ -871,7 +872,7 @@ symlinks: $(DATA)
871872
$(ss) gkrellm \
872873
gkrellm2
873874
$(ss) _golangci-lint \
874-
_hugo _upctl
875+
_hugo _sshi _upctl
875876
$(ss) gpgv \
876877
gpgv2
877878
$(ss) gssdp-discover \

0 commit comments

Comments
 (0)