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