diff --git a/bin/web b/bin/web index 8c6fdd4d..08c5e37f 100755 --- a/bin/web +++ b/bin/web @@ -34,7 +34,7 @@ plumbunix() $BROWSER -remote 'openURL('"$@"',new-tab)' || $BROWSER "$@" ;; - *google-chrome*|*chromium*) + *google-chrome*|*chromium*|*chrome*) $BROWSER "$@" ;; esac