You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use platform-appropriate shell on Windows (#6)
On Windows, detect PowerShell via PSModulePath (bundled since Win10),
fall back to COMSPEC / cmd.exe. On Unix, use $SHELL with /bin/bash
fallback (changed from /bin/zsh per issue #5 spec).
Also resolves home directory from USERPROFILE on Windows and inherits
platform-specific env vars (SystemRoot, APPDATA, TEMP, etc.).
Closes#5
0 commit comments