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"
|
"--hidden"
|
||||||
"--glob=!.git/*"
|
"--glob=!.git/*"
|
||||||
"--smart-case"
|
"--smart-case"
|
||||||
|
"--sort"
|
||||||
|
"path"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
jq.enable = true;
|
jq.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue