|
Open: `powershell.exe start explorer.exe "$(wslpath -w {{filename}})" >/dev/null`, |
|
OpenLink: `powershell.exe start '{{link}}' >/dev/null`, |
If the above has been disabled in /etc/wsl.conf then the powershell exe cannot be found. Would you consider using xdg-open? I think this requires BROWSER to be set..
ALternatively wslview is a good option.
Or maybe attempting to resolve an absolute path for powershell.exe
Happy to make a PR