aboutsummaryrefslogtreecommitdiff
path: root/scripts/open
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-22 14:42:51 -0300
committerEuAndreh <eu@euandre.org>2021-01-22 14:42:51 -0300
commitab79a137764ff681b963e6c7c10f2dcaa665cd7e (patch)
tree9af6cc3b7439b84b6b637f83d76908259a2cf9b7 /scripts/open
parentfake-symlinks: Add more info to mailinlist in preamble.md (diff)
downloaddotfiles-ab79a137764ff681b963e6c7c10f2dcaa665cd7e.tar.gz
dotfiles-ab79a137764ff681b963e6c7c10f2dcaa665cd7e.tar.xz
open: Explicitly use firefox to open html files
Diffstat (limited to 'scripts/open')
-rwxr-xr-xscripts/open2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/open b/scripts/open
index dec5e60f..97c93bea 100755
--- a/scripts/open
+++ b/scripts/open
@@ -8,7 +8,7 @@ case "$1" in
https://www.youtube.com/watch*)
vlc "$1"
;;
- http*|*.svg)
+ http*|*.svg|*.html)
firefox "$1"
;;
*.pdf)