Skip to content

Commit 8ec77d0

Browse files
committed
feat(rustic): add 3rd party fallback completion loader
https://github.com/rustic-rs/rustic
1 parent 97d8eae commit 8ec77d0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

completions/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@
358358
/rpm2txz
359359
/rpmbuild
360360
/rpmbuild-md5
361+
/_rustic
361362
/s390-koji
362363
/sbcl-mt
363364
/scp

completions/Makefile.am

+6-1
Original file line numberDiff line numberDiff line change
@@ -964,6 +964,7 @@ CLEANFILES = \
964964
rpm2txz \
965965
rpmbuild \
966966
rpmbuild-md5 \
967+
_rustic \
967968
s390-koji \
968969
sbcl-mt \
969970
scp \
@@ -1326,7 +1327,11 @@ symlinks: $(DATA)
13261327
$(ss) mcrypt \
13271328
mdecrypt
13281329
$(ss) _mdbook \
1329-
_deno _diesel _dprint _starship
1330+
_deno \
1331+
_diesel \
1332+
_dprint \
1333+
_rustic \
1334+
_starship
13301335
$(ss) mfiutil \
13311336
mrsasutil
13321337
$(ss) mplayer \

0 commit comments

Comments
 (0)