web: *chrome* matches google-chrome

This commit is contained in:
Gleydson Soares 2017-10-15 15:39:08 -03:00 committed by David du Colombier
parent ff9d331db4
commit 7e6c008b73

View file

@ -34,7 +34,7 @@ plumbunix()
$BROWSER -remote 'openURL('"$@"',new-tab)' ||
$BROWSER "$@"
;;
*google-chrome*|*chromium*|*chrome*)
*chrome*|*chromium*)
$BROWSER "$@"
;;
esac