feat(ripgrep): sort output

This commit is contained in:
matt1432 2023-10-16 19:00:06 -04:00
parent 42c99ac9d5
commit 58dc102655

View file

@ -12,6 +12,8 @@
"--hidden"
"--glob=!.git/*"
"--smart-case"
"--sort"
"path"
];
};
jq.enable = true;