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"