dotfiles.2022/_home/dot_sz.shrc.d/bash.post/99_kubectl.completion

5 lines
89 B
Plaintext

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