Fixed typo in less environment

This commit is contained in:
Eric Renfro 2019-01-05 17:46:54 -05:00
parent 10664877cc
commit 51816e80da

View file

@ -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'