commit 3a9a6c77de55ac41850ba45a9634735a9a750a4d parent 3f499a2da092cb53004e71e79d05dca3a73ca172 Author: William Casarin <jb55@jb55.com> Date: Fri, 23 Apr 2021 12:07:28 -0700 mailcap: open image Diffstat:
M | dotfiles/.mailcap | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dotfiles/.mailcap b/dotfiles/.mailcap @@ -1,2 +1,3 @@ text/html; w3m -dump -o document_charset=%{charset} '%s'; nametemplate=%s.html; copiousoutput -application/pdf; zathura %s +image/*; open %s +application/pdf; open %s