Fix broken man pager display

This commit is contained in:
Anthony Oteri
2023-10-24 11:22:17 -04:00
parent 38adfc5a21
commit a5453b9159
+2 -1
View File
@@ -1,7 +1,8 @@
# Hide welcome message & ensure we are reporting fish as shell
set fish_greeting
set VIRTUAL_ENV_DISABLE_PROMPT "1"
set -x MANPAGER "sh -c 'col -bx | bat -l man -p'"
set -x MANROFFOPT "-c"
set -x MANPAGER "sh -c 'col -bx | bat -pl man'"
set -x SHELL /usr/bin/fish
# Environment setup