# shellcheck disable=SC2148,SC1090 autoload -U +X compinit && compinit if command -v kubectl > /dev/null 2>&1; then source <(kubectl completion zsh) fi if command -v helm > /dev/null 2>&1 ; then source <(helm completion zsh) fi # vim: ft=bash