Add autocomplete plugin for minikube (#6436)

This commit is contained in:
Quentin Nerden 2018-05-09 22:34:41 +02:00 committed by Marc Cornellà
parent b7e544e6f1
commit 825baeb310
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# Autocompletion for Minikube.
#
if [ $commands[minikube] ]; then
source <(minikube completion zsh)
fi