Просмотр исходного кода

Fix wrong fish completion

same short option in`-g --group` and `-g --git`
remove wrong short option
Akatsuki 6 лет назад
Родитель
Сommit
a0da89584e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      contrib/completions.fish

+ 1 - 1
contrib/completions.fish

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