diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/web | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ plumbunix() $BROWSER -remote 'openURL('"$@"',new-tab)' || $BROWSER "$@" ;; - *google-chrome*|*chromium*) + *google-chrome*|*chromium*|*chrome*) $BROWSER "$@" ;; esac |