diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index cad8775..7258bda 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -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