kubernetes-helm: enable fish completion

This commit is contained in:
techknowlogick
2023-01-19 13:29:00 -05:00
parent 4f50411cfc
commit d19bb2a22a
@@ -37,7 +37,8 @@ buildGoModule rec {
postInstall = ''
$out/bin/helm completion bash > helm.bash
$out/bin/helm completion zsh > helm.zsh
installShellCompletion helm.{bash,zsh}
$out/bin/helm completion fish > helm.fish
installShellCompletion helm.{bash,zsh,fish}
'';
meta = with lib; {