web: add Chromium support on FreeBSD

On FreeBSD, the Chromium executable is called chrome.

Fixes #108.
This commit is contained in:
David du Colombier 2017-10-01 11:43:35 +02:00
parent 3f8ac29339
commit 67d25b6fb0

View file

@ -34,7 +34,7 @@ plumbunix()
$BROWSER -remote 'openURL('"$@"',new-tab)' ||
$BROWSER "$@"
;;
*google-chrome*|*chromium*)
*google-chrome*|*chromium*|*chrome*)
$BROWSER "$@"
;;
esac