dotfiles/.bash_it/completion/available/minikube.completion.bash

7 lines
139 B
Bash
Raw Normal View History

2022-02-27 20:00:49 +01:00
# shellcheck shell=bash
# minikube (Local Kubernetes) completion
if _command_exists minikube; then
eval "$(minikube completion bash)"
fi