diff --git a/assets/completions/bat.zsh b/assets/completions/bat.zsh index 2dc8e221..ecfb5ba2 100644 --- a/assets/completions/bat.zsh +++ b/assets/completions/bat.zsh @@ -76,7 +76,9 @@ _bat_main() { # first positional argument if (( ${#words} == 2 )); then - _values subcommand cache + local -a subcommands + subcommands=('cache:Modify the syntax-definition and theme cache') + _describe subcommand subcommands _bat_main else case $words[2] in