From 00fdd3a6bfe0a15f548a3585e71475da5297ae96 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Tue, 28 May 2024 22:32:14 -0400 Subject: [PATCH] Set LESSCOLOR=no Disable more silly rainbow vomit, this time in what appears to be a Gentoo script that does not respect NO_COLOR. --- zprofile | 1 + 1 file changed, 1 insertion(+) diff --git a/zprofile b/zprofile index d4eb861..a84abbe 100644 --- a/zprofile +++ b/zprofile @@ -34,6 +34,7 @@ set -$shopts unset sh shopts # Setup colours +export LESSCOLOR=no export NO_COLOR=1 eval `{ dircolors --sh $HOME/.dircolors || dircolors --sh; } 2>/dev/null` if [[ -n "$LS_COLORS" && -z "$COLORTERM" ]]; then -- 2.43.2