From d08ad8e80eedc1d4b524c78e3a1d4c9cfb111696 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 29 Jan 2023 21:42:48 +0100 Subject: [PATCH] zsh: add --use-color to ${LESS} --- .config/zsh/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index ea3fe44..554467a 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -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"