summaryrefslogtreecommitdiffstats
path: root/.scripts
diff options
context:
space:
mode:
Diffstat (limited to '.scripts')
-rwxr-xr-x.scripts/opout6
1 files changed, 3 insertions, 3 deletions
diff --git a/.scripts/opout b/.scripts/opout
index 374b57e..1fe3928 100755
--- a/.scripts/opout
+++ b/.scripts/opout
@@ -5,7 +5,7 @@
basename="${1%.*}"
case "$1" in
- *.tex|*.md|*.rmd) setsid zathura "$basename".pdf & ;;
- *.html) setsid "$TRUEBROWSER" --new-window "$basename".html & ;;
- *.sent) setsid sent "$1" & ;;
+ *.tex|*.md|*.rmd|*.ms|*.me) setsid zathura "$basename".pdf >/dev/null 2>&1 & ;;
+ *.html) setsid "$TRUEBROWSER" --new-window "$basename".html >/dev/null 2>&1 & ;;
+ *.sent) setsid sent "$1" >/dev/null 2>&1 & ;;
esac