feat(ripgrep): sort output
This commit is contained in:
parent
42c99ac9d5
commit
58dc102655
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
|||
"--hidden"
|
||||
"--glob=!.git/*"
|
||||
"--smart-case"
|
||||
"--sort"
|
||||
"path"
|
||||
];
|
||||
};
|
||||
jq.enable = true;
|
||||
|
|
Loading…
Reference in a new issue