mirror of
https://github.com/smxi/inxi.git
synced 2025-09-01 10:09:10 +00:00
fixed color bug I caused, I changed default to 0 for my theme and it went to commit. Reversed it back to 2.
This commit is contained in:
parent
1646b83668
commit
51014234cf
1 changed files with 1 additions and 1 deletions
2
inxi
2
inxi
|
@ -254,7 +254,7 @@ DEBUG_BUFFER_INDEX=0
|
|||
|
||||
# Defaults to 2, make this 1 for normal, 0 for no colorcodes at all. Set to any other valid scheme you like.
|
||||
# Same as runtime parameter.
|
||||
DEFAULT_SCHEME=0
|
||||
DEFAULT_SCHEME=2
|
||||
# Default indentation level
|
||||
INDENT=10
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue