fix(completions): fix zsh completions

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2023-10-12 08:24:08 +02:00
parent 4b94b3fb70
commit b4ebe4aed7
No known key found for this signature in database
GPG key ID: 26C542FD97F965CE

View file

@ -11,7 +11,7 @@ __eza() {
# `-S` for delimiting options with `--` like in `eza -- -a`.
_arguments -s -S \
"(- *)"{-v,--version}"[Show version of eza]" \
"(- *)"{--help}"[Show list of command-line options]" \
"(- *)"--help"[Show list of command-line options]" \
{-1,--oneline}"[Display one entry per line]" \
{-l,--long}"[Display extended file metadata as a table]" \
{-G,--grid}"[Display entries as a grid]" \