Bash script to set Chrome as default for projects only?

104 Views Asked by At

Anyone know a way to set up Google Chrome so we can open development servers on? Instead of setting it as the general default browser?

In other words, I don't want my development servers to open up on Safari (that's what I have at the moment) each time I run my local development server, but I don't know how not to do that unless I switch Chrome to be my default browser (which I don't want it to be my default). Is there a way I can write in my .bash_profile to do this (automate the process of only opening Chrome for development purposes)?

0

There are 0 best solutions below