aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/web3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/web b/bin/web
index c4bb51bc..8c6fdd4d 100755
--- a/bin/web
+++ b/bin/web
@@ -6,6 +6,9 @@ plumbapple()
none)
open "$@"
;;
+ *google-chrome*)
+ open -a "Google Chrome" "$@"
+ ;;
*)
open -a "$BROWSER" "$@"
;;