web: add Chromium support on FreeBSD
On FreeBSD, the Chromium executable is called chrome. Fixes #108.
This commit is contained in:
parent
3f8ac29339
commit
67d25b6fb0
1 changed files with 1 additions and 1 deletions
2
bin/web
2
bin/web
|
|
@ -34,7 +34,7 @@ plumbunix()
|
||||||
$BROWSER -remote 'openURL('"$@"',new-tab)' ||
|
$BROWSER -remote 'openURL('"$@"',new-tab)' ||
|
||||||
$BROWSER "$@"
|
$BROWSER "$@"
|
||||||
;;
|
;;
|
||||||
*google-chrome*|*chromium*)
|
*google-chrome*|*chromium*|*chrome*)
|
||||||
$BROWSER "$@"
|
$BROWSER "$@"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue