kubectl: add fish completions

Install completions for fish shell
This commit is contained in:
Arthur Koziel
2022-04-21 12:58:44 +10:00
committed by zowoq
parent ee78790901
commit cdfcc5cecf
@@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
installShellCompletion --cmd kubectl \
--bash <($out/bin/kubectl completion bash) \
--fish <($out/bin/kubectl completion fish) \
--zsh <($out/bin/kubectl completion zsh)
runHook postInstall
'';