opout fix
This commit is contained in:
parent
e91c376a65
commit
83b1b83d24
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue