Use xdg-open instead of firefox as default browser

This commit is contained in:
Travis Burtrum 2017-01-20 02:00:21 -05:00
parent 5f0ee16b28
commit 7c8281d7e5
1 changed files with 1 additions and 1 deletions

View File

@ -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