From 4bc96a5d2734f22188356a85442bd7f8bc977b45 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Wed, 17 Aug 2022 11:17:40 -0400 Subject: [PATCH] Add kubectl completion --- zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 132d29e..923264d 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -122,6 +122,9 @@ if type brew &>/dev/null; then compinit fi +# kubectl completion +[[ $commands[kubectl] ]] && source <(kubectl completion zsh) + # VTerm integration # Some of the most useful features in emacs-libvterm require shell-side # configurations. The main goal of these additional functions is to enable the