dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit e27e69c86c9bdce410e4efc204ed09117010d2e3
parent 0c5d915b2f2b879f471c63dd01d90703c0cbf818
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sun, 19 Apr 2020 09:47:00 +0200

Put temporary html file in shared tmp directory

Diffstat:
M.mailcap | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.mailcap b/.mailcap @@ -1,4 +1,4 @@ -text/html; cp %s ~/tmp/tmp.html && $BROWSER ~/tmp/tmp.html && sleep 3 && rm ~/tmp/tmp.html; test=test -n "$DISPLAY" +text/html; cp %s /tmp/tmp.html && chmod a+r /tmp/tmp.html && $BROWSER /tmp/tmp.html && sleep 3 && rm /tmp/tmp.html; test=test -n "$DISPLAY" text/html; w3m -I %{charset} -o display_link_number=1 -T text/html; copiousoutput; needsterminal text/plain; cat %s; copiousoutput; needsterminal text/*; plumb %s; needsterminal