helm命令自动补全

临时设定

source <(helm completion bash)

写配置文件

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

bash-completion添加配置

helm completion bash > /usr/share/bash-completion/completions/helm
posted @ 2021-05-07 15:44  自在拉基  阅读(578)  评论(0编辑  收藏  举报