#!/usr/bin/env bash export BROWSER='open -a safari' [ -d /Applications/Firefox.app ] && export BROWSER='open -a firefox'