From e97331da0ec7de42a53b3e58cc8ab6a297996924 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 24 Feb 2026 22:12:06 -0500 Subject: [PATCH] Revert "most.sh: remove" Oh god no. --- makefile | 2 +- most.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 most.sh diff --git a/makefile b/makefile index f564b32..fb82ec2 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -SRCS = aliases.sh compilation.sh options.sh sage.sh tty.sh +SRCS = aliases.sh compilation.sh most.sh options.sh sage.sh tty.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.51.0