output supression and groff compat
This commit is contained in:
parent
31e054cf42
commit
5cc9f774e7
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
||||||
basename="${1%.*}"
|
basename="${1%.*}"
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
*.tex|*.md|*.rmd) setsid zathura "$basename".pdf & ;;
|
*.tex|*.md|*.rmd|*.ms|*.me) setsid zathura "$basename".pdf >/dev/null 2>&1 & ;;
|
||||||
*.html) setsid "$TRUEBROWSER" --new-window "$basename".html & ;;
|
*.html) setsid "$TRUEBROWSER" --new-window "$basename".html >/dev/null 2>&1 & ;;
|
||||||
*.sent) setsid sent "$1" & ;;
|
*.sent) setsid sent "$1" >/dev/null 2>&1 & ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue