diff --git a/bin/web b/bin/web index 82e8df0e..c4bb51bc 100755 --- a/bin/web +++ b/bin/web @@ -31,7 +31,7 @@ plumbunix() $BROWSER -remote 'openURL('"$@"',new-tab)' || $BROWSER "$@" ;; - *google-chrome*) + *google-chrome*|*chromium*) $BROWSER "$@" ;; esac