From 7e6c008b73156b24ed7b59f6f076b4cda914ec86 Mon Sep 17 00:00:00 2001 From: Gleydson Soares Date: Sun, 15 Oct 2017 15:39:08 -0300 Subject: web: *chrome* matches google-chrome --- bin/web | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/web b/bin/web index 08c5e37f..7829229f 100755 --- a/bin/web +++ b/bin/web @@ -34,7 +34,7 @@ plumbunix() $BROWSER -remote 'openURL('"$@"',new-tab)' || $BROWSER "$@" ;; - *google-chrome*|*chromium*|*chrome*) + *chrome*|*chromium*) $BROWSER "$@" ;; esac -- cgit v1.2.3