[bin] Open markdown files with em as well

This commit is contained in:
Sebastian Schulze 2021-08-01 22:42:44 +02:00
parent 87b54d4136
commit b3132da83f
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ case "${lower%%:*}" in
atom)
exec atom "$1"
;;
mailto)
exec emacs -nw "$1"
*.md|mailto)
exec em "$1"
;;
*)
notify-send "${0}" "Don't know how to open ${@}" -t 500 >&2