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)
11
Some-fzf-extras-do-not-work-in-osx.md
Normal file
11
Some-fzf-extras-do-not-work-in-osx.md
Normal file
@@ -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.
|
||||||
Reference in New Issue
Block a user