From: Michael Orlitzky Date: Tue, 21 Feb 2023 15:10:05 +0000 (-0500) Subject: most.sh: set empty COLORTERM to force 256-bit color fallback. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=c60619085aef5b18f0831486df5edad67d6523ba most.sh: set empty COLORTERM to force 256-bit color fallback. --- diff --git a/makefile b/makefile index 7248e3b..ea64021 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -SRCS = aliases.sh compilation.sh gpg.sh options.sh sage.sh +SRCS = aliases.sh compilation.sh gpg.sh most.sh options.sh sage.sh all: $(SRCS) cat $(SRCS) > $@ diff --git a/most.sh b/most.sh new file mode 100644 index 0000000..375fcbd --- /dev/null +++ b/most.sh @@ -0,0 +1,3 @@ +# Without this, the "most" pager uses 24-bit truecolor, and somehow +# bypasses the 256-bit color scheme that I've set in xfce4-terminal. +export COLORTERM=