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)
@@ -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.
|
||||
Reference in New Issue
Block a user