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

@ -69,6 +69,3 @@ alias wttr='curl https://wttr.in/Salzburg'
# Developing
#
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'"