helm命令自动补全

临时设定

source <(helm completion bash)

写配置文件

echo "source <(helm completion bash)" >>  ~/.bash_profile

bash-completion添加配置

helm completion bash > /usr/share/bash-completion/completions/helm
原文地址:https://www.cnblogs.com/98record/p/helm-ming-ling-zi-dong-bu-quan.html