瀏覽代碼

Fix wrong fish completion

same short option in`-g --group` and `-g --git`
remove wrong short option
Akatsuki 6 年之前
父節點
當前提交
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"