paulirish / git-open

Type `git open` to open the GitHub page or website for a repository in your browser.
MIT License
3.29k stars 246 forks source link

Use absolute PATH to powershell.exe #204

Closed SuperSandro2000 closed 2 days ago

SuperSandro2000 commented 1 year ago

This is guaranteed to be always at this location and is always available if Interopt is enabled.

With this it is no longer required to have powershell.exe in PATH which significantly slows down tab completion due to the very slow fs access times on WSL2. Before git-open would silently fail if powershell.exe was not available.

SuperSandro2000 commented 3 days ago

@paulirish ping