add bash-it
This commit is contained in:
7
dot_bash_it/completion/available/kubectl.completion.bash
Normal file
7
dot_bash_it/completion/available/kubectl.completion.bash
Normal file
@@ -0,0 +1,7 @@
|
||||
# shellcheck shell=bash
|
||||
cite "about-completion"
|
||||
about-completion "kubectl (Kubernetes CLI) completion"
|
||||
|
||||
if _binary_exists kubectl; then
|
||||
eval "$(kubectl completion bash)"
|
||||
fi
|
||||
Reference in New Issue
Block a user