]> Sergey Matveev's repositories - dotfiles.git/blobdiff - lynx/.mailcap
Let's try to use suffix aliases
[dotfiles.git] / lynx / .mailcap
index 0b40851507ae80f0237c8efaba1ee5f20bfbad1e..820173d903d0c00316e245ec81e6eeab390253a7 100644 (file)
@@ -1,6 +1,6 @@
-text/html; /usr/local/bin/lynx -noreferer -partial -assume_charset=%{charset} -dump %s; copiousoutput; nametemplate=%s.html
-application/pdf; /home/stargrave/bin/zat '%s'; test=test -n "$DISPLAY"
-image/gif; /usr/local/bin/sxiv '%s'; test=test -n "$DISPLAY"
-image/jpeg; /usr/local/bin/sxiv '%s'; test=test -n "$DISPLAY"
-image/png; /usr/local/bin/sxiv '%s'; test=test -n "$DISPLAY"
-image/webp; /usr/local/bin/sxiv '%s'; test=test -n "$DISPLAY"
+application/pdf; zat '%s'; test=test -n "$DISPLAY"
+image/gif; sxiv '%s'; test=test -n "$DISPLAY"
+image/jpeg; sxiv '%s'; test=test -n "$DISPLAY"
+image/png; sxiv '%s'; test=test -n "$DISPLAY"
+image/webp; /sxiv '%s'; test=test -n "$DISPLAY"
+text/html; lynx -noreferer -partial -assume_charset=%{charset} -dump %s; copiousoutput; nametemplate=%s.html