From 099cc9544a1a12798773be0329c44a082278ed85 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Wed, 13 Dec 2023 19:02:14 +0100 Subject: [PATCH] Remove truecolor warning, I know it can break --- lone-files/jstmbash.config.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lone-files/jstmbash.config.env b/lone-files/jstmbash.config.env index 16e1683a..7f7af977 100644 --- a/lone-files/jstmbash.config.env +++ b/lone-files/jstmbash.config.env @@ -48,7 +48,7 @@ JSTMBASH_GLOBAL_THREADS="$(nproc)" ### Default value: true ### Warns if the terminal (emulator) does not have truecolor support. ### Disable if your terminal emulator DOES support 16 million colors. -JSTMBASH_WARNINGS_NO_TRUECOLOR=true +JSTMBASH_WARNINGS_NO_TRUECOLOR=false ## EXA_UNMAINTAINED ### Type: bool ### Default value: true