mirror of https://github.com/ohmyzsh/ohmyzsh.git
Add autocomplete plugin for minikube (#6436)
parent
b7e544e6f1
commit
825baeb310
|
@ -0,0 +1,6 @@
|
||||||
|
# Autocompletion for Minikube.
|
||||||
|
#
|
||||||
|
|
||||||
|
if [ $commands[minikube] ]; then
|
||||||
|
source <(minikube completion zsh)
|
||||||
|
fi
|
Loading…
Reference in New Issue