add mdcat and fix less flags to work with them

This commit is contained in:
Don Harper 2024-02-13 15:20:13 -06:00
parent d27b705ec0
commit bc69a13e97
2 changed files with 3 additions and 2 deletions

View file

@ -105,9 +105,9 @@ then
shopt -s histreedit
PAGER=less
LESS="-s"
LESS="-Rs"
EXINIT="set wrapmargin=8 sh=$SHELL sw=4 report=2 tabstop=8"
export EXINIT EDITOR PAGER
export EXINIT EDITOR PAGER LESS
EDITOR=vi
if [ -x /usr/bin/vim ]
then