Remove truecolor warning, I know it can break
This commit is contained in:
parent
b2025d0d5f
commit
099cc9544a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue