Skip to content

Commit

Permalink
Update eza completions.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisant996 committed Mar 18, 2024
1 parent 4c237b7 commit ebf2bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/eza.lua
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ clink.argmatcher("eza")
{ "-U", "use the created timestamp field" },
{ "--created" },
{ "--changed" },
{ "--time-style="..timestyles, "STYLE", "how to format timestamps" },
{ opteq=true, "--time-style="..timestyles, "STYLE", "how to format timestamps" },
-- --total-size show the size of a directory as the size of all files and directories inside (unix only)
{ "--no-permissions" },
-- -o, --octal-permissions list each file's permission in octal format
Expand Down

0 comments on commit ebf2bf0

Please sign in to comment.