diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-22 14:43:53 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-22 14:43:53 -0300 |
| commit | 07ff4b7f9e9f08603321cd57b54ca2e06cd30e6a (patch) | |
| tree | de0b9d630482b6be00b625e2e206b8ed469d9855 /scripts | |
| parent | open: Explicitly use firefox to open html files (diff) | |
| download | dotfiles-07ff4b7f9e9f08603321cd57b54ca2e06cd30e6a.tar.gz dotfiles-07ff4b7f9e9f08603321cd57b54ca2e06cd30e6a.tar.xz | |
open: Use $BROWSER over firefox
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/open | 2 |
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" |
