[UPDATE][SHELL] BAT_PAGER variable in profile
I don't want my pager to clobber my terminal once I'm done looking at whatever I was looking at. This also means that I can remove its definition from the `batman` script.
This commit is contained in:
parent
5f09bfd935
commit
5dfbb3fb90
2 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
export MANPAGER='sh -c "col -bx | bat --language man --style grid"'
|
||||
export MANROFFOPT='-c'
|
||||
export BAT_PAGER="$PAGER $LESS"
|
||||
|
||||
command man "$@"
|
||||
exit $?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue