opout fix

This commit is contained in:
Luke Smith 2018-12-05 15:15:46 -05:00
parent e91c376a65
commit 83b1b83d24

View file

@ -6,6 +6,6 @@ basename="${1%.*}"
case "$1" in
*.tex|*.md|*.rmd|*.ms|*.me|*.mom) setsid "$READER" "$basename".pdf >/dev/null 2>&1 & ;;
*.html) setsid "$TRUEBROWSER" --new-window "$basename".html >/dev/null 2>&1 & ;;
*.html) setsid "$BROWSER" --new-window "$basename".html >/dev/null 2>&1 & ;;
*.sent) setsid sent "$1" >/dev/null 2>&1 & ;;
esac