kubectl: add fish completions
Install completions for fish shell
This commit is contained in:
parent
ee78790901
commit
cdfcc5cecf
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue