dotfiles/home/.bash_completion.d/helm

4 lines
71 B
Text
Raw Permalink Normal View History

2021-08-26 10:40:51 +02:00
if type helm > /dev/null 2>&1; then
source <(helm completion bash)
fi