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" "$@" ;;