Fixed typo in less environment
This commit is contained in:
parent
6335d3e95c
commit
36de785a2a
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ export LESS_TERMCAP_ue=$'\e[0m' # end underline
|
||||||
#export LESS_TERMCAP_mh=$(tput dim)
|
#export LESS_TERMCAP_mh=$(tput dim)
|
||||||
|
|
||||||
export LESS="-R"
|
export LESS="-R"
|
||||||
export LESSOPEN="|~/bin/lessfilter2 %s"
|
export LESSOPEN="|~/bin/lessfilter %s"
|
||||||
export PYGMENTIZE_STYLE='lovelace'
|
export PYGMENTIZE_STYLE='lovelace'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue