From c9a80dc684a239ddcfcf80e5301d473313ea198b Mon Sep 17 00:00:00 2001 From: shefet Date: Mon, 22 Aug 2022 14:39:29 -0400 Subject: [PATCH] KubeCtl and helm support for TrueNAS --- _home/dot_sz.shrc.d/bash.post/99_kubectl.complete | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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