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 8d5e25b59dba21556414b9f5bd9cec79efa6d93b
parent 5ff5f0149797fa4a5e3ab0d334bd59bd06923bbe
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 28 Apr 2020 17:11:19 +0200

Wait a bit longer before removing temporary html files

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 && chmod a+r /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 10 && 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