From 407a2d3937e6c24ffe3b4a1b945f39e567025dd7 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 6 Aug 2016 17:43:37 -0700 Subject: [PATCH] open in Safari --- git-open-in-github | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/git-open-in-github b/git-open-in-github index fdaaa23..9768c88 100755 --- a/git-open-in-github +++ b/git-open-in-github @@ -10,4 +10,5 @@ if [[ -z "$REPO" ]] || [[ -z "$BRANCH" ]]; then echo "usage: $(basename "$0") " exit 1 fi -open -a "Google Chrome" "https://github.com/${REPO}/compare/${BRANCH}?expand=1" +#open -a "Google Chrome" "https://github.com/${REPO}/compare/${BRANCH}?expand=1" +open "https://github.com/${REPO}/compare/${BRANCH}?expand=1"