Add autocomplete plugin for minikube (#6436)

master
Quentin Nerden 8 years ago committed by Marc Cornellà
parent b7e544e6f1
commit 825baeb310
  1. 6
      plugins/minikube/minikube.plugin.zsh

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