Skip to content

Commit 93d5fe9

Browse files
committed
feat(random): add fallback 3rd party completion loader
1 parent bd5759e commit 93d5fe9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

completions/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@
237237
/quotaoff
238238
/quotaon
239239
/ralsh
240+
/_random
240241
/rcsdiff
241242
/rdict
242243
/repquota

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -790,6 +790,7 @@ CLEANFILES = \
790790
quotaoff \
791791
quotaon \
792792
ralsh \
793+
_random \
793794
rcsdiff \
794795
rdict \
795796
repquota \
@@ -972,6 +973,7 @@ symlinks: $(DATA)
972973
_pulumi \
973974
_px \
974975
_qrpc \
976+
_random \
975977
_sshi \
976978
_trivy \
977979
_upctl \

0 commit comments

Comments
 (0)