Add autocomplete plugin for minikube (#6436)
parent
b7e544e6f1
commit
825baeb310
1 changed files with 6 additions and 0 deletions
@ -0,0 +1,6 @@ |
||||
# Autocompletion for Minikube. |
||||
# |
||||
|
||||
if [ $commands[minikube] ]; then |
||||
source <(minikube completion zsh) |
||||
fi |
||||
Loading…
Reference in new issue