kubectl: add fish completions

Install completions for fish shell
This commit is contained in:
Arthur Koziel 2022-04-21 09:34:37 +08:00 committed by zowoq
parent ee78790901
commit cdfcc5cecf

View file

@ -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
'';