From 1d1ac5fa6bd46fca72b5230269cf95ac7662aef3 Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Sun, 23 Jul 2023 13:56:25 +0200 Subject: update --- home/.zshrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'home') 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 -- cgit v1.2.3