ohmyzsh/plugins/helm/helm.plugin.zsh
2017-06-27 17:14:02 +10:00

3 lines
64 B
Bash

if [ $commands[helm] ]; then
source <(helm completion zsh)
fi