Remove truecolor warning, I know it can break

This commit is contained in:
JeremyStar™ 2023-12-13 19:02:14 +01:00
parent b2025d0d5f
commit 099cc9544a

View file

@ -48,7 +48,7 @@ JSTMBASH_GLOBAL_THREADS="$(nproc)"
### Default value: true ### Default value: true
### Warns if the terminal (emulator) does not have truecolor support. ### Warns if the terminal (emulator) does not have truecolor support.
### Disable if your terminal emulator DOES support 16 million colors. ### Disable if your terminal emulator DOES support 16 million colors.
JSTMBASH_WARNINGS_NO_TRUECOLOR=true JSTMBASH_WARNINGS_NO_TRUECOLOR=false
## EXA_UNMAINTAINED ## EXA_UNMAINTAINED
### Type: bool ### Type: bool
### Default value: true ### Default value: true