dotfiles.2022/_home/dot_sz.shrc.d/bash.post/99_kubectl.completion
2022-09-29 18:29:13 -04:00

4 lines
89 B
Text

if [[ -n "$(which-command 'kubectl')" ]]; then
source <( kubectl completion bash )
fi