URI:
       tweb: *chrome* matches google-chrome - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 7e6c008b73156b24ed7b59f6f076b4cda914ec86
   DIR parent ff9d331db494d323bb89a8fe67b96d90b7e60030
  HTML Author: Gleydson Soares <gsoares@gmail.com>
       Date:   Sun, 15 Oct 2017 15:39:08 -0300
       
       web: *chrome* matches google-chrome
       
       Diffstat:
         M bin/web                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/bin/web b/bin/web
       t@@ -34,7 +34,7 @@ plumbunix()
                        $BROWSER -remote 'openURL('"$@"',new-tab)' ||
                        $BROWSER "$@"
                        ;;
       -        *google-chrome*|*chromium*|*chrome*)
       +        *chrome*|*chromium*)
                        $BROWSER "$@"
                        ;;
                esac