diff --git a/lib/theme-and-appearance.zsh b/lib/theme-and-appearance.zsh index b6d210d43..1d2c67092 100644 --- a/lib/theme-and-appearance.zsh +++ b/lib/theme-and-appearance.zsh @@ -11,7 +11,9 @@ then fi # Less colors -export LESS=R +if [ "$DISABLE_LESS_COLORS" != "true" ]; then + export LESS=R +fi #setopt no_beep setopt auto_cd