Use bat instead of less

This commit is contained in:
finga 2021-10-06 15:30:32 +02:00
parent 012f6d1936
commit 0916d0d54a

View file

@ -8,7 +8,7 @@
# for ssh logins, install and configure the libpam-umask package.
#umask 022
export PAGER='less'
export PAGER='bat'
export EDITOR='em'
export VISUAL='em'
export BROWSER='qutebrowser'