web: add support for chromium
R=rsc http://codereview.appspot.com/4863043
This commit is contained in:
parent
edf3f40c2f
commit
974b0ed330
1 changed files with 1 additions and 1 deletions
2
bin/web
2
bin/web
|
|
@ -31,7 +31,7 @@ plumbunix()
|
||||||
$BROWSER -remote 'openURL('"$@"',new-tab)' ||
|
$BROWSER -remote 'openURL('"$@"',new-tab)' ||
|
||||||
$BROWSER "$@"
|
$BROWSER "$@"
|
||||||
;;
|
;;
|
||||||
*google-chrome*)
|
*google-chrome*|*chromium*)
|
||||||
$BROWSER "$@"
|
$BROWSER "$@"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue