Add kubectl completion

This commit is contained in:
Jeremy Dormitzer 2022-08-17 11:17:40 -04:00
parent 0e77931ca6
commit 4bc96a5d27

View File

@ -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