dotfiles.2022/_home/dot_sz.shrc.d/bash.post/99_kubectl.complete
2022-08-22 14:39:29 -04:00

4 lines
89 B
Text

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