m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-20 17:43:42 -05:00

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

evansimmons-ck
2014-06-27 09:57:05 -07:00
parent c1795c6b04
commit cf3145a7d9

@@ -0,0 +1,11 @@
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.