feat(ZSH): Use 'bat' as PAGER and 'nvim' as MANPAGER

This commit is contained in:
Olivier DOSSMANN 2025-01-10 18:42:06 +01:00
parent 1e8aae0c05
commit 06f70c14cc

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