Skip to content

Commit a0da895

Browse files
committed
Fix wrong fish completion
same short option in`-g --group` and `-g --git` remove wrong short option
1 parent 89c861f commit a0da895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/completions.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ complete -c exa -l 'time-style' -x -d "How to format timestamps" -a "
7676
"
7777

7878
# Optional extras
79-
complete -c exa -s 'g' -l 'git' -d "List each file's Git status, if tracked"
79+
complete -c exa -l 'git' -d "List each file's Git status, if tracked"
8080
complete -c exa -s '@' -l 'extended' -d "List each file's extended attributes and sizes"

0 commit comments

Comments
 (0)