diff --git a/.bashrc b/.bashrc index ab053fa..fa5b914 100644 --- a/.bashrc +++ b/.bashrc @@ -159,6 +159,11 @@ if [[ -x "$(command -v kubectl)" ]]; then . <(kubectl completion bash) fi +# helm completions +if [[ -x "$(command -v helm)" ]]; then + . <(helm completion bash) +fi + # avp completions if [[ -x "$(command -v avp)" ]]; then . <(avp completion)