added minikube completion support

This commit is contained in:
Raphael Parree
2018-07-26 09:51:25 +02:00
parent e4df64b97d
commit d00762d3cd

View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
# minikube (Local Kubernetes) completion
if command -v minikube &>/dev/null
then
eval "$(minikube completion bash)"
fi