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