Skip to content

Commit

Permalink
Merge pull request ogham#1219 from MartinNowak/patch-1
Browse files Browse the repository at this point in the history
fix fish completion for -i/--inode option
  • Loading branch information
ariasuni authored Aug 3, 2023
2 parents 352d32b + a4cee84 commit 08cc56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/fish/exa.fish
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ complete -c exa -s 'B' -l 'bytes' -d "List file sizes in bytes, without any p
complete -c exa -s 'g' -l 'group' -d "List each file's group"
complete -c exa -s 'h' -l 'header' -d "Add a header row to each column"
complete -c exa -s 'H' -l 'links' -d "List each file's number of hard links"
complete -c exa -s 'g' -l 'group' -d "List each file's inode number"
complete -c exa -s 'i' -l 'inode' -d "List each file's inode number"
complete -c exa -s 'S' -l 'blocks' -d "List each file's number of filesystem blocks"
complete -c exa -s 't' -l 'time' -d "Which timestamp field to list" -x -a "
modified\t'Display modified time'
Expand Down

0 comments on commit 08cc56d

Please sign in to comment.