diff --git a/_home/dot_sz.shrc.d/bash.post/99_kubectl.complete b/_home/dot_sz.shrc.d/bash.post/99_kubectl.complete index ec93794..f30fedc 100644 --- a/_home/dot_sz.shrc.d/bash.post/99_kubectl.complete +++ b/_home/dot_sz.shrc.d/bash.post/99_kubectl.complete @@ -1,4 +1,4 @@ -if [[ -n "$(which-command kubectl)" ]]; then +if [[ -n "$(which-command 'kubectl')" ]]; then source <( kubectl completion bash ) fi