ターミナルからブラウザを起動する

.bashrcに以下を追記。

alias chrome='open -a "Google Chrome"'
alias firefox='open -a "Firefox"'
alias safari='open -a "Safari"'

chrome index.htmlみたいに使える。