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