5 lines
73 B
Bash
5 lines
73 B
Bash
|
|
if hash kind >/dev/null 2>&1 ; then
|
|
eval "$(kind completion bash)"
|
|
fi
|
|
|