Skip to content

Commit a4cee84

Browse files
authored
fix fish completion for -i/--inode option
- looks like a copy&paste error of -g/--group
1 parent c697d06 commit a4cee84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/fish/exa.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ complete -c exa -s 'B' -l 'bytes' -d "List file sizes in bytes, without any p
6161
complete -c exa -s 'g' -l 'group' -d "List each file's group"
6262
complete -c exa -s 'h' -l 'header' -d "Add a header row to each column"
6363
complete -c exa -s 'H' -l 'links' -d "List each file's number of hard links"
64-
complete -c exa -s 'g' -l 'group' -d "List each file's inode number"
64+
complete -c exa -s 'i' -l 'inode' -d "List each file's inode number"
6565
complete -c exa -s 'S' -l 'blocks' -d "List each file's number of filesystem blocks"
6666
complete -c exa -s 't' -l 'time' -d "Which timestamp field to list" -x -a "
6767
modified\t'Display modified time'

0 commit comments

Comments
 (0)