1
0
Fork 0

Make LESSOPEN work with multiple files

This commit is contained in:
tastytea 2022-03-18 16:41:53 +01:00
parent 0cd89f0788
commit 9f90c6c8ed
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ export PASSWORD_STORE_GENERATED_LENGTH="43"
export LESS="--tabs=4 --RAW-CONTROL-CHARS --LONG-PROMPT"
if command -v highlight > /dev/null; then
LESSOPEN="| $(command -v highlight) --force --out-format=truecolor --style=molokai %s"
LESSOPEN="| $(command -v highlight) --force --out-format=truecolor --style=molokai --stdout %s"
elif command -v src-hilite-lesspipe.sh > /dev/null; then
LESSOPEN="| $(command -v src-hilite-lesspipe.sh) %s"
elif command -v lesspipe > /dev/null; then