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"