minikube: install fish completions

This commit is contained in:
Mario Rodas
2020-07-12 04:20:00 -05:00
parent 2c774044e2
commit 9e8cc18327

View File

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