Skip to content

Commit b051ac9

Browse files
authored
Merge pull request #827 from Tezkerek/patch-1
Fix completions.zsh syntax
2 parents ba763d4 + 1da705c commit b051ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/completions.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ __exa() {
4040
{-H,--links}"[List each file's number of hard links]" \
4141
{-i,--inode}"[List each file's inode number]" \
4242
{-m,--modified}"[Use the modified timestamp field]" \
43-
{-n, --numeric}"[List numeric user and group IDs.]" \
43+
{-n,--numeric}"[List numeric user and group IDs.]" \
4444
{-S,--blocks}"[List each file's number of filesystem blocks]" \
4545
{-t,--time}="[Which time field to show]:(time field):(accessed changed created modified)" \
4646
--time-style="[How to format timestamps]:(time style):(default iso long-iso full-iso)" \

0 commit comments

Comments
 (0)