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
|
links2
|
||||||
liquidprompt
|
liquidprompt
|
||||||
lunarvim
|
lunarvim
|
||||||
|
mdcat
|
||||||
moreutils
|
moreutils
|
||||||
mosh
|
mosh
|
||||||
mutt-ics
|
mutt-ics
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue