[bin] Open up pdf and ps files as well as tex

This commit is contained in:
Sebastian Schulze 2021-10-01 10:04:09 +02:00
parent d6d579ef3c
commit b442bb9e2c
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ case "${lower%%:*}" in
*.html|http|https) *.html|http|https)
exec firefox "$1" exec firefox "$1"
;; ;;
*.pdf) *.ps|*.eps|*.pdf)
exec zathura "$1" exec zathura "$1"
;; ;;
*.gif|*.mp4) *.gif|*.mp4)
@ -31,7 +31,7 @@ case "${lower%%:*}" in
atom) atom)
exec atom "$1" exec atom "$1"
;; ;;
*.md|mailto) *.tex|*.md|mailto)
exec em "$1" exec em "$1"
;; ;;
*) *)