From b28a988ca6ff6abdc6e5bb2b69980c5f94ecfdb6 Mon Sep 17 00:00:00 2001 From: "Casper V. Kristensen" Date: Tue, 6 Sep 2022 23:40:16 +0200 Subject: [PATCH] fish: add kubectl completions --- config.fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.fish b/config.fish index 5982012..3675131 100644 --- a/config.fish +++ b/config.fish @@ -13,6 +13,9 @@ end if type -q kind kind completion fish | source end +if type -q kubectl + kubectl completion fish | source +end if type -q tfctl tfctl completion fish | source end