Commit Diff


commit - edf3f40c2f5ea97e04e08537269b0431dddd7399
commit + 974b0ed3305ecf2b8bed57726d88987ca83538eb
blob - 82e8df0efb3a48e7e68de88a6356ebd4e729c1e2
blob + c4bb51bc8bd26973236af6cf2adbd30250a5718b
--- bin/web
+++ bin/web
@@ -31,7 +31,7 @@ plumbunix()
 		$BROWSER -remote 'openURL('"$@"',new-tab)' ||
 		$BROWSER "$@"
 		;;
-	*google-chrome*)
+	*google-chrome*|*chromium*)
 		$BROWSER "$@"
 		;;
 	esac