shell tweaks

This commit is contained in:
eneller
2023-11-15 18:05:10 +01:00
parent a0da43b1ed
commit bf873caffc
3 changed files with 20 additions and 2 deletions

View File

@@ -44,3 +44,6 @@ export BROWSER=/usr/bin/firefox
export TERMINAL=/usr/bin/alacritty
export EXPLORER=/usr/bin/thunar
export MAILCLIENT=/usr/bin/thunderbird
# set BAT as man pager
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
export MANROFFOPT="-c"