diff options
Diffstat (limited to 'scripts/open')
| -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) |
