added tag

This commit is contained in:
Emma Tebibyte 2022-09-03 21:40:16 -04:00
parent b3bb9361aa
commit 2409682a56
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ BROWSER=$(cat /etc/xdg-sanity.conf | sed -n -e 's/^browser = //p' )
if [ "$MIME" = "text/html" ]
then
$BROWSER $1
else
handlr launch "$MIME" -- "$1"
fi