]> git.draconx.ca Git - zshconf.git/commitdiff
Set LESSCOLOR=no master
authorNick Bowler <nbowler@draconx.ca>
Wed, 29 May 2024 02:32:14 +0000 (22:32 -0400)
committerNick Bowler <nbowler@draconx.ca>
Wed, 29 May 2024 02:32:57 +0000 (22:32 -0400)
Disable more silly rainbow vomit, this time in what appears to be a
Gentoo script that does not respect NO_COLOR.

zprofile

index d4eb861b449b6f8cc2fa4b246139163154764b55..a84abbe7df95d96a62c7d9f55f4cbf8dc5cf1b1e 100644 (file)
--- a/zprofile
+++ b/zprofile
@@ -34,6 +34,7 @@ set -$shopts
 unset sh shopts
 
 # Setup colours
 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
 export NO_COLOR=1
 eval `{ dircolors --sh $HOME/.dircolors || dircolors --sh; } 2>/dev/null`
 if [[ -n "$LS_COLORS" && -z "$COLORTERM" ]]; then