Hacker News new | ask | show | jobs
by rc_kas 220 days ago
I do `open -n "/Applications/Firefox.app" --args -p myprofilename` and that does the trick on mac
2 comments

On windows powershell I do Start-Process "C:\Program Files\Mozilla Firefox\firefox.exe" -ArgumentList "-P default-release" Which is the exact same idea.
How does that integrate with the "Dock" or menu bar at the bottom? (new to Mac)