chore(zsh): Change PAGER and MANPAGER

This commit is contained in:
Olivier DOSSMANN 2025-05-14 22:18:54 +02:00
parent 9cb06b490f
commit c13e8b3d9d

View File

@ -23,7 +23,8 @@ export PATH
export LANG=fr_FR.UTF-8
# Reading / Browse (manpages, websites, etc.)
export PAGER=most
export PAGER="bat"
export MANPAGER="nvim +Man!"
export BROWSER=elinks
# SSH