home: skim: change default command
This commit is contained in:
parent
fc6107a0e9
commit
9f85efaa60
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
programs.skim = {
|
programs.skim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultCommand = "rg --files || fd --type f || find .";
|
|
||||||
# rg --files ran
|
# SPEED: fd > rg > find
|
||||||
# 4.40 ± 0.44 times faster than fd --type f
|
# STARTUP TIME: find > rg > fd
|
||||||
# 60.39 ± 5.80 times faster than find .
|
defaultCommand = "fd --color never || rg --files --color never || find";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue