ansible-role--bashrc/files/bashrc.d/99-completion-kind.sh

6 lines
73 B
Bash
Raw Permalink Normal View History

2021-12-31 12:03:38 +00:00
if hash kind >/dev/null 2>&1 ; then
eval "$(kind completion bash)"
fi