1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

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

View file

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