Skip to content

Commit d51ceba

Browse files
committed
feat(timoni): add 3rd party fallback completion loader
https://timoni.sh/cmd/timoni_completion_bash/
1 parent eeeef1c commit d51ceba

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
@@ -417,6 +417,7 @@
417417
/_terraform
418418
/_tfctl
419419
/_tilt
420+
/_timoni
420421
/_tkn
421422
/_tkn-pac
422423
/tightvncviewer

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,6 +1023,7 @@ CLEANFILES = \
10231023
_terraform \
10241024
_tfctl \
10251025
_tilt \
1026+
_timoni \
10261027
_tkn \
10271028
_tkn-pac \
10281029
tightvncviewer \
@@ -1307,6 +1308,7 @@ symlinks: $(DATA)
13071308
_tctl \
13081309
_tfctl \
13091310
_tilt \
1311+
_timoni \
13101312
_tkn \
13111313
_tkn-pac \
13121314
_trivy \

0 commit comments

Comments
 (0)