From 7c8281d7e546c011b9ff2ed43c1682d62a5cf9bb Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Fri, 20 Jan 2017 02:00:21 -0500 Subject: [PATCH] Use xdg-open instead of firefox as default browser --- openbrowser.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbrowser.sh b/openbrowser.sh index 21c3976..3e32c1d 100755 --- a/openbrowser.sh +++ b/openbrowser.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e URL=$1 -BROWSER=firefox +BROWSER=xdg-open AES_GCM="$(dirname $(readlink -f $0))/aesgcm" if [ ${URL: -97:1} == "#" ] then