mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-19 08:45:36 +00:00
5 lines
No EOL
109 B
Bash
5 lines
No EOL
109 B
Bash
autoload -Uz compinit && compinit
|
|
|
|
if type "kubectl" > /dev/null; then
|
|
source <(kubectl completion zsh)
|
|
fi |