Projects STRLCPY git-open Commits 0296983a
🤬
  • ■ ■ ■ ■
    git-open
    skipped 256 lines
    257 257   CYGWIN*) open='cygstart';;
    258 258   *) # Try to detect WSL (Windows Subsystem for Linux)
    259 259   if uname -r | grep -q -i Microsoft; then
    260  - open='powershell.exe Start'
     260 + open='powershell.exe -NoProfile Start'
    261 261   else
    262 262   open='xdg-open'
    263 263   fi;;
    skipped 14 lines
Please wait...
Page is in error, reload to recover