diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-22 14:42:51 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-22 14:42:51 -0300 |
| commit | ab79a137764ff681b963e6c7c10f2dcaa665cd7e (patch) | |
| tree | 9af6cc3b7439b84b6b637f83d76908259a2cf9b7 /scripts/open | |
| parent | fake-symlinks: Add more info to mailinlist in preamble.md (diff) | |
| download | dotfiles-ab79a137764ff681b963e6c7c10f2dcaa665cd7e.tar.gz dotfiles-ab79a137764ff681b963e6c7c10f2dcaa665cd7e.tar.xz | |
open: Explicitly use firefox to open html files
Diffstat (limited to '')
| -rwxr-xr-x | scripts/open | 2 |
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) |
