From e7c56b0b29f19592fbb5f9e28abf49f9301eedf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 8 Dec 2020 19:49:14 +0100 Subject: [PATCH] completions: zsh: foot: fix default path of foot.ini --- completions/zsh/_foot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' \