diff options
| -rw-r--r-- | home/.zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home/.zshrc b/home/.zshrc index 6f32eef..9380b90 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -301,3 +301,7 @@ yaml_lint(){ python3 -c 'import yaml, sys, pprint; pprint.pprint(yaml.safe_load( # auto-completion autoload -Uz compinit compinit + +if command -v kubectl >/dev/null 2>&1 ; then + source <(kubectl completion zsh) +fi |
