From e21e41b374dcfaa26f34c23aa066973b4de18345 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 13 Feb 2016 13:42:34 -0800 Subject: [PATCH] open in Chrome --- git-open-in-github | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-open-in-github b/git-open-in-github index 9b999ea..fdaaa23 100755 --- a/git-open-in-github +++ b/git-open-in-github @@ -10,4 +10,4 @@ if [[ -z "$REPO" ]] || [[ -z "$BRANCH" ]]; then echo "usage: $(basename "$0") " exit 1 fi -open "https://github.com/${REPO}/compare/${BRANCH}?expand=1" +open -a "Google Chrome" "https://github.com/${REPO}/compare/${BRANCH}?expand=1"