1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-27 13:44:45 +01:00
Files
oh-my-zsh/plugins/fzf/fzf.plugin.zsh
Carlo Sala f96a900ea3 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.
2022-03-05 19:18:56 +01:00

5.6 KiB