Fixed typo in less environment

This commit is contained in:
Eric Renfro 2019-01-05 17:46:54 -05:00
parent 6335d3e95c
commit 36de785a2a
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ export LESS_TERMCAP_ue=$'\e[0m' # end underline
#export LESS_TERMCAP_mh=$(tput dim)
export LESS="-R"
export LESSOPEN="|~/bin/lessfilter2 %s"
export LESSOPEN="|~/bin/lessfilter %s"
export PYGMENTIZE_STYLE='lovelace'