kubectl: add fish completions

Install completions for fish shell
main
Arthur Koziel 2 years ago committed by zowoq
parent ee78790901
commit cdfcc5cecf
  1. 1
      pkgs/applications/networking/cluster/kubernetes/kubectl.nix

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

Loading…
Cancel
Save