Merge pull request #523 from eza-community/cafk-fix-zsh-completions

fix(completions): fix zsh completions
This commit is contained in:
Christina Sørensen 2023-10-12 06:55:00 +00:00 committed by GitHub
commit 46ac077402
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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]" \