3
0
Fork 0
forked from mirrors/nixpkgs

minikube: install fish completions

This commit is contained in:
Mario Rodas 2020-07-12 04:20:00 -05:00
parent 2c774044e2
commit 9e8cc18327
No known key found for this signature in database
GPG key ID: 325649BCA6D53027

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