mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-22 20:15:11 +00:00
Fix wrong fish completion
same short option in`-g --group` and `-g --git` remove wrong short option
This commit is contained in:
parent
89c861f24d
commit
a0da89584e
@ -76,5 +76,5 @@ complete -c exa -l 'time-style' -x -d "How to format timestamps" -a "
|
||||
"
|
||||
|
||||
# Optional extras
|
||||
complete -c exa -s 'g' -l 'git' -d "List each file's Git status, if tracked"
|
||||
complete -c exa -l 'git' -d "List each file's Git status, if tracked"
|
||||
complete -c exa -s '@' -l 'extended' -d "List each file's extended attributes and sizes"
|
||||
|
Loading…
Reference in New Issue
Block a user