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