aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/open2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/open b/scripts/open
index 97c93bea..904bdd1b 100755
--- a/scripts/open
+++ b/scripts/open
@@ -9,7 +9,7 @@ case "$1" in
vlc "$1"
;;
http*|*.svg|*.html)
- firefox "$1"
+ "$BROWSER" "$1"
;;
*.pdf)
zathura "$1"