dotfiles.2022/_home/dot_sz.shrc.d/bash.post/99_kubectl.complete
2022-08-11 20:05:07 -04:00

4 lines
87 B
Text

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