ansible-role--bashrc/files/bashrc.d/99-completion-helm.sh
2021-12-31 13:03:38 +01:00

6 lines
74 B
Bash

if hash helm >/dev/null 2>&1 ; then
eval "$(helm completion bash)"
fi