1
0

add helm bash completion

This commit is contained in:
2022-12-14 21:01:48 +01:00
parent d33a8e8517
commit ffb078e8a5

View File

@@ -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)