diff --git a/.zshrc b/.zshrc index b1c9ed1..016af4a 100644 --- a/.zshrc +++ b/.zshrc @@ -239,7 +239,7 @@ export FZF_DEFAULT_COMMAND='fd --type f --hidden --follow --exclude .git' . /usr/share/fzf/key-bindings.zsh # Kubernetes -# command -v kubectl >/dev/null 2>&1 && source <(kubectl completion zsh) +command -v kubectl >/dev/null 2>&1 && source <(kubectl completion zsh) command -v helm >/dev/null 2>&1 && source <(helm completion zsh) command -v ark >/dev/null 2>&1 && source <(ark completion zsh) command -v stern >/dev/null 2>&1 && source <(stern --completion zsh)