mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 03:06:40 +00:00
chore(shell/kubernetes): add completion setup for helm and helmfile
This commit is contained in:
@@ -47,3 +47,11 @@ fi
|
||||
if command-exists kubens; then
|
||||
_setup-kubectx-completion kubens
|
||||
fi
|
||||
|
||||
if command-exists helm; then
|
||||
setup-completions helm "$(command-path helm)" helm completion zsh
|
||||
fi
|
||||
|
||||
if command-exists helmfile; then
|
||||
setup-completions helmfile "$(command-path helmfile)" helmfile completion zsh
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user