diff options
| author | David Kaufmann <astra@ionic.at> | 2023-07-23 13:56:25 +0200 |
|---|---|---|
| committer | David Kaufmann <astra@ionic.at> | 2023-07-23 13:56:25 +0200 |
| commit | 1d1ac5fa6bd46fca72b5230269cf95ac7662aef3 (patch) | |
| tree | 7a0cfe68ed08196e986c8018bbc527a195771dd4 | |
| parent | 70889cea68f3bd41118b20fb3a491bd322b1c729 (diff) | |
| download | config-1d1ac5fa6bd46fca72b5230269cf95ac7662aef3.tar.gz | |
update
| -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 |
