zsh: add --use-color to ${LESS}
This commit is contained in:
parent
5e0736f135
commit
d08ad8e80e
|
@ -58,7 +58,7 @@ export MINICOM="-c on -R utf-8"
|
||||||
|
|
||||||
export PASSWORD_STORE_GENERATED_LENGTH="43"
|
export PASSWORD_STORE_GENERATED_LENGTH="43"
|
||||||
|
|
||||||
export LESS="--tabs=4 --RAW-CONTROL-CHARS --LONG-PROMPT"
|
export LESS="--tabs=4 --RAW-CONTROL-CHARS --LONG-PROMPT --use-color"
|
||||||
|
|
||||||
if command -v lesspipe > /dev/null; then
|
if command -v lesspipe > /dev/null; then
|
||||||
LESSOPEN="| $(command -v lesspipe) %s"
|
LESSOPEN="| $(command -v lesspipe) %s"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user