From c29753021076bd40c9855c82a51a2be510da5178 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Fri, 10 Jun 2022 12:12:58 +0800 Subject: Update --- alias | 1 + 1 file changed, 1 insertion(+) diff --git a/alias b/alias index 8dd6470..2d249aa 100644 --- a/alias +++ b/alias @@ -118,6 +118,7 @@ file.size() { }' } highlight() { grep --color -E "$1|\$"; } +alias null='cat /dev/null' # pacman alias pac='sudo pacman -S' # pacman install -- cgit v1.2.3-70-g09d2 From ddf39c75e9d9d4e94fbd7f0b225cd65843b8effc Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Sat, 11 Jun 2022 09:02:49 +0800 Subject: Update --- mutt/mailcap | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mutt/mailcap b/mutt/mailcap index b3ae9f4..17e4d0b 100644 --- a/mutt/mailcap +++ b/mutt/mailcap @@ -1,2 +1,3 @@ -text/html; xdg-open '%s' &; test=test -n "$DISPLAY"; needsterminal; -text/html; lynx -dump %s; nametemplate=%s.html; copiousoutput; +#text/html; xdg-open '%s' &; test=test -n "$DISPLAY"; needsterminal; +application/*; mkdir -p /tmp/mutt \; cp %s /tmp/mutt \; xdg-open /tmp/mutt/$(basename %s) & +#text/html; lynx -dump %s; nametemplate=%s.html; copiousoutput; -- cgit v1.2.3-70-g09d2