mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-19 02:02:32 +01:00
feat(fzf)!: default to using fd before rg (#10757)
BREAKING CHANGE: if both `fd` and `rg` are installed, default to using `fd`. This is the recommendation of the ripgrep author, and it's been found to be faster. If you want to force using `rg`, set the `FZF_DEFAULT_COMMAND` variable.
This commit is contained in:
parent
af0c3b64b8
commit
f96a900ea3
2 changed files with 4 additions and 4 deletions
|
|
@ -31,8 +31,8 @@ export FZF_DEFAULT_COMMAND='<your fzf default command>'
|
|||
|
||||
If not set, the plugin will try to set it to these, in the order in which they're found:
|
||||
|
||||
- [`rg`](https://github.com/BurntSushi/ripgrep)
|
||||
- [`fd`](https://github.com/sharkdp/fd)
|
||||
- [`rg`](https://github.com/BurntSushi/ripgrep)
|
||||
- [`ag`](https://github.com/ggreer/the_silver_searcher)
|
||||
|
||||
### `DISABLE_FZF_AUTO_COMPLETION`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue