From: Nick Bowler Date: Wed, 29 May 2024 02:32:14 +0000 (-0400) Subject: Set LESSCOLOR=no X-Git-Url: https://git.draconx.ca/gitweb/zshconf.git/commitdiff_plain/HEAD?ds=inline Set LESSCOLOR=no Disable more silly rainbow vomit, this time in what appears to be a Gentoo script that does not respect NO_COLOR. --- 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