mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
completions/minikube: Add minikube completion (#130)
Co-authored-by: sophal <hongsophal@github.com>
This commit is contained in:
8
completions/minikube.completion.sh
Normal file
8
completions/minikube.completion.sh
Normal file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# minikube (Kubernetes CLI) completion
|
||||
|
||||
if command -v minikube &>/dev/null
|
||||
then
|
||||
eval "$(minikube completion bash)"
|
||||
fi
|
Reference in New Issue
Block a user