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

5 lines
89 B
Plaintext
Raw Permalink Normal View History

2022-08-22 18:39:29 +00:00
if [[ -n "$(which-command 'kubectl')" ]]; then
source <( kubectl completion bash )
fi