1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01: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