We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcbbf91 commit ad8fac9Copy full SHA for ad8fac9
git-open
@@ -256,7 +256,7 @@ case $( uname -s ) in
256
MSYS*) open='start';;
257
CYGWIN*) open='cygstart';;
258
*) # Try to detect WSL (Windows Subsystem for Linux)
259
- if uname -r | grep -q Microsoft; then
+ if uname -r | grep -q -i Microsoft; then
260
open='powershell.exe Start'
261
else
262
open='xdg-open'
0 commit comments