aboutsummaryrefslogtreecommitdiff
path: root/bin/web
diff options
context:
space:
mode:
Diffstat (limited to 'bin/web')
-rwxr-xr-xbin/web3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/web b/bin/web
index 10f59dd7..5d8785be 100755
--- a/bin/web
+++ b/bin/web
@@ -90,6 +90,9 @@ plumbunix()
$BROWSER -remote 'openURL('"$@"',new-tab)' ||
$BROWSER "$@"
;;
+ *google-chrome*)
+ $BROWSER "$@"
+ ;;
esac
}