Load bashcompinit

This commit is contained in:
dabruh 2022-12-14 11:52:41 +01:00
parent b588774f7e
commit 48f7e427ac
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#!/usr/bin/zsh
# Auto-complete section
autoload bashcompinit && bashcompinit
command -v kubectl >/dev/null && . <(kubectl completion zsh) && complete -F __start_kubectl k
command -v velero >/dev/null && . <(velero completion zsh) && complete -F __start_velero v
command -v helm >/dev/null && . <(helm completion zsh) && complete -F _helm h