#ft=sh #shellcheck disable=1090,2039 if [ "${BASH_VERSION}" != "" ] && [ "$(ps -p $$ -ocomm=)" != sh ]; then source <(kubectl completion bash) fi if [ "${ZSH_VERSION}" != "" ]; then source <(kubectl completion zsh) fi