mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-19 14:32:46 +08:00
completions/ls: Remove dubious old-style option
Confirmed on NetBSD: The `ls -o` option groups. I tested `ls -gon` and it didn't give an error. It's quite suspect that this one option couldn't be grouped, so I'm assuming this was a typo.
This commit is contained in:
parent
e930dc92b0
commit
5d5709b859
|
@ -117,7 +117,7 @@ else
|
|||
complete -c ls -s g -d "Show group instead of owner in long format"
|
||||
complete -c ls -s n -d "Long format, numerical UIDs and GIDs"
|
||||
contains "$uname" FreeBSD NetBSD OpenBSD DragonFly
|
||||
and complete -c ls -o o -d "Long format, show file flags" # annoying BSD
|
||||
and complete -c ls -s o -d "Long format, show file flags" # annoying BSD
|
||||
or complete -c ls -s o -d "Long format, omit group names" # annoying POSIX
|
||||
|
||||
complete -c ls -s A -d "Show hidden except . and .."
|
||||
|
|
Loading…
Reference in New Issue
Block a user