dotfiles/.bash_it/completion/available/kind.completion.bash

6 lines
87 B
Bash
Raw Normal View History

2022-02-27 20:00:49 +01:00
#!/usr/bin/env bash
if _command_exists kind; then
eval "$(kind completion bash)"
fi