diff --git a/cmd/helm/completion.go b/cmd/helm/completion.go index b6fbc82d1..2181e723c 100644 --- a/cmd/helm/completion.go +++ b/cmd/helm/completion.go @@ -81,8 +81,7 @@ func runCompletionBash(out io.Writer, cmd *cobra.Command) error { } func runCompletionZsh(out io.Writer, cmd *cobra.Command) error { - zshInitialization := ` -#compdef helm + zshInitialization := `#compdef helm __helm_bash_source() { alias shopt=':'