Re-enable kubctl completion
This commit is contained in:
parent
77c8b7759a
commit
066d4176c0
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.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)
|
||||
|
|
Loading…
Reference in a new issue