add bash-it
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# shellcheck shell=bash
|
||||
# minikube (Local Kubernetes) completion
|
||||
|
||||
if _command_exists minikube; then
|
||||
eval "$(minikube completion bash)"
|
||||
fi
|
||||
Reference in New Issue
Block a user