AutoYADM commit: 2025-03-11 19:10:14

This commit is contained in:
Daniel Fichtinger 2025-03-11 19:10:14 -04:00
parent 5cd4a60012
commit 137cd98ca1
2 changed files with 3 additions and 2 deletions

View file

@ -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) -

1
.zshrc
View file

@ -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"