Add kubectl completion
This commit is contained in:
parent
0e77931ca6
commit
4bc96a5d27
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user