winpax/sfsu

Bash hook support for WSL and MSYS2

Closed this issue · 0 comments

Is your feature request related to a problem? Please describe.
A bash hook, similar to the PowerShell hook, adding support for WSL and MSYS2

Additional context
The problem we currently face is that WSL/MSYS2, do not have native ability to run the scoop.ps1, which sfsu uses internally to redirect all non-matching commands. The issue with that is that we are unable to simply redirect all non-matches to the scoop powershell script, and must work around that in another way.