From c60619085aef5b18f0831486df5edad67d6523ba Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 21 Feb 2023 10:10:05 -0500 Subject: [PATCH] most.sh: set empty COLORTERM to force 256-bit color fallback. --- makefile | 2 +- most.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 most.sh 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= -- 2.43.2