diff --git a/completions/zsh/_foot b/completions/zsh/_foot index cfcd9533..24ddd671 100644 --- a/completions/zsh/_foot +++ b/completions/zsh/_foot @@ -2,7 +2,7 @@ _arguments \ -s -S -C \ - '(-c --config)'{-c,--config}'[path to configuration file (XDG_CONFIG_HOME/footrc)]:config:_files' \ + '(-c --config)'{-c,--config}'[path to configuration file (XDG_CONFIG_HOME/foot/foot.ini)]:config:_files' \ '(-C --check-config)'{-C,--check-config}'[verify configuration and exit with 0 if ok, otherwise exit with 1]' \ '(-f --font)'{-f,--font}'[font name and style in fontconfig format (monospace)]:font:->fonts' \ '(-t --term)'{-t,--term}'[value to set the environment variable TERM to (foot)]:term:->terms' \