mirror of
https://github.com/anthonyoteri/dotfiles.git
synced 2026-06-05 23:56:52 -04:00
Fix broken man pager display
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
# Hide welcome message & ensure we are reporting fish as shell
|
# Hide welcome message & ensure we are reporting fish as shell
|
||||||
set fish_greeting
|
set fish_greeting
|
||||||
set VIRTUAL_ENV_DISABLE_PROMPT "1"
|
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
|
set -x SHELL /usr/bin/fish
|
||||||
|
|
||||||
# Environment setup
|
# Environment setup
|
||||||
|
|||||||
Reference in New Issue
Block a user