aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-22 14:43:53 -0300
committerEuAndreh <eu@euandre.org>2021-01-22 14:43:53 -0300
commit07ff4b7f9e9f08603321cd57b54ca2e06cd30e6a (patch)
treede0b9d630482b6be00b625e2e206b8ed469d9855 /scripts
parentopen: Explicitly use firefox to open html files (diff)
downloaddotfiles-07ff4b7f9e9f08603321cd57b54ca2e06cd30e6a.tar.gz
dotfiles-07ff4b7f9e9f08603321cd57b54ca2e06cd30e6a.tar.xz
open: Use $BROWSER over firefox
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"