永久:
helm completion bash > .helmrc && echo "source .helmrc" >> .bashrc
临时:
source <(helm completion bash)