Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/fzf: upgrade to 0.21.0 | Kevin Daudt | 2020-03-13 | 1 | -6/+6 |
| | |||||
* | community/fzf: fix buzybox find incompattibility | Kevin Daudt | 2019-12-07 | 1 | -0/+52 |
fzf uses `-fstype` for find commands, but buzybox find does not support that. Remove those as they just exclude things like `/proc/`, which mainly causes issues when running `fzf` from `/`. Fixes #11022 |