From 137cd98ca135b8b2c5f6090a33c6afcbe3d39cbf Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 11 Mar 2025 19:10:14 -0400 Subject: [PATCH] AutoYADM commit: 2025-03-11 19:10:14 --- .config/aerc/aerc.conf | 4 ++-- .zshrc | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/aerc/aerc.conf b/.config/aerc/aerc.conf index d3c1499b..a3a728c4 100644 --- a/.config/aerc/aerc.conf +++ b/.config/aerc/aerc.conf @@ -767,9 +767,9 @@ text/plain=colorize text/calendar=calendar message/delivery-status=colorize message/rfc822=colorize -text/html=pandoc -f html -t plain | colorize +# text/html=pandoc -f html -t plain | colorize # text/html=! html -#text/html=! w3m -T text/html -I UTF-8 +text/html=! w3m -T text/html -I UTF-8 #text/*=bat -fP --file-name="$AERC_FILENAME" #application/x-sh=bat -fP -l sh #image/*=catimg -w $(tput cols) - diff --git a/.zshrc b/.zshrc index d93966d9..b57aeb7d 100644 --- a/.zshrc +++ b/.zshrc @@ -2,6 +2,7 @@ bindkey -r '\ex' ZSH="$HOME/.oh-my-zsh" export DISABLE_LS_COLORS=true +export W3M_DIR="$HOME/.cache/w3m" # export PAGER=ov # export MANPAGER="ov --section-delimiter '^[^\s]' --section-header" export EGET_BIN="/home/fic/.eget/bin"