man: Simply use bat to read manpages

Seems as running it in a subshell breaks more than it helps nowadays.
This commit is contained in:
finga 2024-06-08 20:42:28 +02:00
parent 9040054be8
commit 689ceb19c3

View file

@ -13,7 +13,7 @@ export EDITOR='em'
export VISUAL='em'
export BROWSER='firefox'
export TERMINAL='urxvtcd'
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
export MANPAGER="bat -l man -p"
# make the password-store use primary instead of clipboard
export PASSWORD_STORE_X_SELECTION=primary