Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#! bash oh-my-bash.module
# kubectl (Kubernetes CLI) completion
if _omb_util_command_exists kubectl
then
eval "$(kubectl completion bash)"
fi