From d51ceba69a504f1fe36143c83f2780bf769c02e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Fri, 20 Dec 2024 21:15:03 +0200 Subject: [PATCH] feat(timoni): add 3rd party fallback completion loader https://timoni.sh/cmd/timoni_completion_bash/ --- completions/.gitignore | 1 + completions/Makefile.am | 2 ++ 2 files changed, 3 insertions(+) diff --git a/completions/.gitignore b/completions/.gitignore index 09fadcc5977..d27a601f67f 100644 --- a/completions/.gitignore +++ b/completions/.gitignore @@ -417,6 +417,7 @@ /_terraform /_tfctl /_tilt +/_timoni /_tkn /_tkn-pac /tightvncviewer diff --git a/completions/Makefile.am b/completions/Makefile.am index fd0155f8bbd..d49d220d227 100644 --- a/completions/Makefile.am +++ b/completions/Makefile.am @@ -1023,6 +1023,7 @@ CLEANFILES = \ _terraform \ _tfctl \ _tilt \ + _timoni \ _tkn \ _tkn-pac \ tightvncviewer \ @@ -1307,6 +1308,7 @@ symlinks: $(DATA) _tctl \ _tfctl \ _tilt \ + _timoni \ _tkn \ _tkn-pac \ _trivy \