From 1c2ae2533c443be6c2eed5fcae081ea92b9c841d Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 24 Feb 2026 22:06:40 -0500 Subject: [PATCH] most.sh: remove I'm not using xfce4-terminal any more. Maybe it's fine? --- makefile | 2 +- most.sh | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 most.sh diff --git a/makefile b/makefile index fb82ec2..f564b32 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -SRCS = aliases.sh compilation.sh most.sh options.sh sage.sh tty.sh +SRCS = aliases.sh compilation.sh options.sh sage.sh tty.sh all: $(SRCS) cat $(SRCS) > $@ diff --git a/most.sh b/most.sh deleted file mode 100644 index 375fcbd..0000000 --- a/most.sh +++ /dev/null @@ -1,3 +0,0 @@ -# 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