completions: zsh: foot: fix default path of foot.ini

This commit is contained in:
Daniel Eklöf 2020-12-08 19:49:14 +01:00
parent d58d0601f6
commit e7c56b0b29
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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' \