Move manpager setting to profile

This commit is contained in:
finga 2021-10-06 15:28:46 +02:00
parent ec75774597
commit fc2492504c
2 changed files with 1 additions and 3 deletions

View file

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

View file

@ -69,6 +69,3 @@ alias wttr='curl https://wttr.in/Salzburg'
# Developing # Developing
# #
alias valgrind='valgrind --track-origins=yes --leak-check=full' alias valgrind='valgrind --track-origins=yes --leak-check=full'
# use bat for showing manpages (for colors)
export MANPAGER="sh -c 'col -bx | bat -l man -p'"