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