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