4 lines
71 B
Text
4 lines
71 B
Text
|
if type helm > /dev/null 2>&1; then
|
||
|
source <(helm completion bash)
|
||
|
fi
|