add mdcat and fix less flags to work with them
This commit is contained in:
parent
d27b705ec0
commit
bc69a13e97
2 changed files with 3 additions and 2 deletions
|
|
@ -50,6 +50,7 @@
|
|||
links2
|
||||
liquidprompt
|
||||
lunarvim
|
||||
mdcat
|
||||
moreutils
|
||||
mosh
|
||||
mutt-ics
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue