forked from mirrors/nixpkgs
minikube: install fish completions
This commit is contained in:
parent
2c774044e2
commit
9e8cc18327
|
@ -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…
Reference in a new issue