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

@ -50,6 +50,7 @@
links2 links2
liquidprompt liquidprompt
lunarvim lunarvim
mdcat
moreutils moreutils
mosh mosh
mutt-ics mutt-ics

View file

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