Fix wrong fish completion

same short option in`-g --group` and `-g --git`
remove wrong short option
This commit is contained in:
Akatsuki 2019-11-17 05:51:06 +08:00
parent 89c861f24d
commit a0da89584e
No known key found for this signature in database
GPG Key ID: 36F276CE44644EF1

View File

@ -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"