diff --git a/bin/executable_xdg-open b/bin/executable_xdg-open index 55f6426..68853ce 100644 --- a/bin/executable_xdg-open +++ b/bin/executable_xdg-open @@ -11,7 +11,7 @@ case "${lower%%:*}" in file) exec nautilus "$1" ;; - http|https) + *.html|http|https) exec firefox "$1" ;; *.pdf)