diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-11-24 09:08:43 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-11-24 09:08:43 -0500 |
| commit | 31ba2c6b70f6a23ff251741beaf996ce8b283601 (patch) | |
| tree | eef87050b3dbd785baa6c6de2c725f8eb7baf683 /.scripts/tools/opout | |
| parent | 75e67f810f3807fc8b35417ca8612eeafe287b0b (diff) | |
| download | eibhear-31ba2c6b70f6a23ff251741beaf996ce8b283601.tar.gz eibhear-31ba2c6b70f6a23ff251741beaf996ce8b283601.tar.zst eibhear-31ba2c6b70f6a23ff251741beaf996ce8b283601.zip | |
groff_mom in opout
Diffstat (limited to '.scripts/tools/opout')
| -rwxr-xr-x | .scripts/tools/opout | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/tools/opout b/.scripts/tools/opout index 1fe3928..df34398 100755 --- a/.scripts/tools/opout +++ b/.scripts/tools/opout @@ -5,7 +5,7 @@ basename="${1%.*}" case "$1" in - *.tex|*.md|*.rmd|*.ms|*.me) setsid zathura "$basename".pdf >/dev/null 2>&1 & ;; + *.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 & ;; *.sent) setsid sent "$1" >/dev/null 2>&1 & ;; esac |
