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

5 lines
87 B
Plaintext

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