config-bash/rc.d/helm

10 lines
111 B
Plaintext
Raw Normal View History

#!/bin/bash
if (which helm &> /dev/null)
then
# activate completion
source <( helm completion bash )
fi