dotfiles/home/.bash_completion.d/helm

3 lines
71 B
Text

if type helm > /dev/null 2>&1; then
source <(helm completion bash)
fi