minikube: install fish completions

wip/yesman
Mario Rodas 4 years ago
parent 2c774044e2
commit 9e8cc18327
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027
  1. 2
      pkgs/applications/networking/cluster/minikube/default.nix

@ -37,7 +37,7 @@ buildGoModule rec {
export MINIKUBE_WANTUPDATENOTIFICATION=false
export MINIKUBE_WANTKUBECTLDOWNLOADMSG=false
for shell in bash zsh; do
for shell in bash zsh fish; do
$out/bin/minikube completion $shell > minikube.$shell
installShellCompletion minikube.$shell
done

Loading…
Cancel
Save