1
0
Fork 0

zsh: add --use-color to ${LESS}

This commit is contained in:
tastytea 2023-01-29 21:42:48 +01:00
parent 5e0736f135
commit d08ad8e80e
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ export MINICOM="-c on -R utf-8"
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
LESSOPEN="| $(command -v lesspipe) %s"