فهرست منبع

Merge pull request #606 from akiirui/fix-completion

Fix wrong fish completion
Benjamin Sago 6 سال پیش
والد
کامیت
6d8f6906a1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      contrib/completions.fish

+ 1 - 1
contrib/completions.fish

@@ -80,5 +80,5 @@ complete -c exa        -l 'no-user'        -d "Suppress the user field"
 complete -c exa        -l 'no-time'        -d "Suppress the time field"
 
 # 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"