kelleyma49 / PSFzf

A PowerShell wrapper around the fuzzy finder fzf
MIT License
752 stars 35 forks source link

✨ Handle a scoop installation of git #183

Closed CeyFun closed 1 year ago

CeyFun commented 1 year ago

I used scoop to install git (and fzf and PSFzf) but since it uses shims it seems that PSFzf is unable to find bash and grep for the git key bindings. I quickly hacked together a simple fix that should work in most cases (for example when scoop is not installed at the default location). I built it and tested the fix on my computer and it should be working fine.