Merge pull request #606 from akiirui/fix-completion

Fix wrong fish completion
This commit is contained in:
Benjamin Sago 2020-01-19 09:44:43 +00:00 committed by GitHub
commit 6d8f6906a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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