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:
parent
9040054be8
commit
689ceb19c3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue