Skip to content

Commit c0d3f6b

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

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
@@ -238,6 +238,7 @@
238238
/quotaon
239239
/ralsh
240240
/_random
241+
/_rclone
241242
/rcsdiff
242243
/rdict
243244
/repquota

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -791,6 +791,7 @@ CLEANFILES = \
791791
quotaon \
792792
ralsh \
793793
_random \
794+
_rclone \
794795
rcsdiff \
795796
rdict \
796797
repquota \
@@ -974,6 +975,7 @@ symlinks: $(DATA)
974975
_px \
975976
_qrpc \
976977
_random \
978+
_rclone \
977979
_sshi \
978980
_trivy \
979981
_upctl \

0 commit comments

Comments
 (0)