diff --git a/completion.d/kind b/completion.d/kind new file mode 100644 index 0000000..84e94e5 --- /dev/null +++ b/completion.d/kind @@ -0,0 +1,5 @@ +#!/bin/bash + +if (command -v kind &>/dev/null); then + source <(kind completion bash) +fi