#!/usr/bin/env bash # shellcheck disable=1090 if [ -f "$(brew --prefix)/share/bash-completion/bash_completion" ]; then . "$(brew --prefix)/share/bash-completion/bash_completion" fi source <(kubectl completion bash)