diff --git a/Some-fzf-extras-do-not-work-in-osx.md b/Some-fzf-extras-do-not-work-in-osx.md deleted file mode 100644 index f9eac1d..0000000 --- a/Some-fzf-extras-do-not-work-in-osx.md +++ /dev/null @@ -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. \ No newline at end of file