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