m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 09:03:43 -05:00

Destroyed Some fzf extras do not work in osx (markdown)

junegunn
2014-09-18 10:15:46 -07:00
parent 2dd36efdd9
commit eaab44e9be

@@ -1,16 +0,0 @@
The problem is that mac ships with BSD cli tools. The fix is:
```
> brew install findutils
> vim ~/.fzf.zsh
```
Then:
```
:%s/find\ /gfind\ /g
```
Job Done.
***
(From @junegunn) @evansimmons-ck Could you be more specific? I don't have any issue without findutils.