updated doc and exemple conf

This commit is contained in:
fatalerrors
2026-05-27 17:32:35 +02:00
parent 7287d8ef87
commit d9a62cf2a8
3 changed files with 26 additions and 1 deletions

View File

@@ -53,7 +53,8 @@ TERM=xterm-256color
# ==============================================================================
[disp]
# Uncomment to disable ANSI colours in profile's own output messages.
# Uncomment to disable ANSI colours in profile's own output messages. For the
# prompt use a non-colored theme in [prompt] section of that file.
#NO_COLOR=1
# ==============================================================================
@@ -78,6 +79,21 @@ TERM=xterm-256color
# busy: Delay between matched lines in milliseconds (0 = no delay).
#BUSY_DEFAULT_DELAY=0
# fake_compile: Minimum delay between output lines in milliseconds.
#FAKE_COMPILE_DEFAULT_MIN_DELAY=40
# fake_compile: Maximum delay between output lines in milliseconds.
#FAKE_COMPILE_DEFAULT_MAX_DELAY=150
# fake_compile: Default language preset (c, cpp, java, python, random).
#FAKE_COMPILE_DEFAULT_LANG=c
# hack: Minimum delay between output lines in milliseconds.
#HACK_DEFAULT_MIN_DELAY=60
# hack: Maximum delay between output lines in milliseconds.
#HACK_DEFAULT_MAX_DELAY=250
# ==============================================================================
[git]
# Fallback main branch name used when remote HEAD cannot be detected.