added autodetection for TERM var

This commit is contained in:
fatalerrors
2026-05-28 17:47:23 +02:00
parent 28e1e26b0e
commit 481cc94fa8
3 changed files with 98 additions and 2 deletions

View File

@@ -21,8 +21,10 @@ HISTIGNORE="&:[bf]g:exit"
# Default pager
PAGER=less
# Terminal colour capability
TERM=xterm-256color
# Terminal type.
# smart — auto-detect the best available capability at startup (default)
# <specific> — force a specific terminfo entry, e.g. xterm-256color or vt100
#TERM=smart
# ==============================================================================
[compress]