Use bat for man pages

This commit is contained in:
lachtan
2022-02-06 18:55:41 +01:00
parent 9d19b96305
commit 3a8c3a1965

View File

@@ -4,3 +4,6 @@ export EDITOR=vim
# https://docs.microsoft.com/en-us/dotnet/core/tools/telemetry
export DOTNET_CLI_TELEMETRY_OPTOUT=1
if can_run bat; then
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
fi