commit 7e6c008b73156b24ed7b59f6f076b4cda914ec86 from: Gleydson Soares via: David du Colombier <0intro@gmail.com> date: Mon Oct 16 04:56:58 2017 UTC web: *chrome* matches google-chrome commit - ff9d331db494d323bb89a8fe67b96d90b7e60030 commit + 7e6c008b73156b24ed7b59f6f076b4cda914ec86 blob - 08c5e37fd05533d25cab4656fb287ba164de3597 blob + 7829229f844093ec0d0dfe63a8c1b09548ce962b --- bin/web +++ bin/web @@ -34,7 +34,7 @@ plumbunix() $BROWSER -remote 'openURL('"$@"',new-tab)' || $BROWSER "$@" ;; - *google-chrome*|*chromium*|*chrome*) + *chrome*|*chromium*) $BROWSER "$@" ;; esac