aboutsummaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2017-06-26 21:55:46 -0700
committerkatherine <shmibs@shmibbles.me>2017-06-26 21:55:46 -0700
commitd7a4342c2792cd8e6929f614c7d5eecda915e14a (patch)
treea1720851a26781d19d20ed90329a15548688b728 /.config
parentdcf73bd0a1e4426d5630affa9947106e7f49320c (diff)
downloaddotfiles-d7a4342c2792cd8e6929f614c7d5eecda915e14a.tar.gz
add xelatex commands
Diffstat (limited to '.config')
-rw-r--r--.config/ranger/rifle.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/ranger/rifle.conf b/.config/ranger/rifle.conf
index 5ea0338..cf7e9e7 100644
--- a/.config/ranger/rifle.conf
+++ b/.config/ranger/rifle.conf
@@ -129,6 +129,7 @@ mime ^video, terminal, !X, has mpv = mpv -- "$@"
ext djvu|pdf|ps, has zathura, X, flag f = zathura -- "$@"
ext tex, has latex = latex -- "-output-format=pdf" "$@"
+ext tex, has xelatex = xelatex -- "-output-format=pdf" "$@"
ext docx?, has catdoc, terminal = catdoc -- "$@" | $PAGER