mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-31 13:59:23 +00:00
Use fd for better performance on walker finder
This commit is contained in:
@ -199,7 +199,7 @@ typeahead = true
|
||||
hidden = true
|
||||
|
||||
[builtins.finder]
|
||||
use_fd = false
|
||||
use_fd = true
|
||||
fd_flags = "--ignore-vcs --type file --type directory"
|
||||
cmd_alt = "xdg-open $(dirname ~/%RESULT%)"
|
||||
weight = 5
|
||||
|
Reference in New Issue
Block a user