From e05a6aa4731298ef51778e32c1c91fc400cc9c60 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Tue, 11 May 2021 15:06:10 -0700 Subject: [PATCH] Correctly pick first browser choice. --- dotfiles/env | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/env b/dotfiles/env index c883a31..a8c5b37 100755 --- a/dotfiles/env +++ b/dotfiles/env @@ -34,6 +34,7 @@ if [ -z "${BROWSER}" ] ; then for t in google-chrome-beta google-chrome firefox ; do if BROWSER=$(command -v ${t}); then export BROWSER + break fi done fi