keep history of queries (non-persis.)

This commit is contained in:
2026-03-11 22:55:27 +01:00
parent 091b3a1a96
commit 08fca4fdf5
2 changed files with 28 additions and 7 deletions

View File

@@ -5,9 +5,9 @@ if [ ! "${THEME_LOADED:-}" ]; then
COLFROM="$(printf '\033[38;5;208m')"
COLSUBJ="$(printf '\033[38;5;179m\033[3m')"
COLTAGS="$(printf '\033[38;5;106m\033[2m')"
RESET="$(printf '\033[0m')"
COLRESET="$(printf '\033[0m')"
export COLDATE COLCNTS COLFROM COLSUBJ COLTAGS
export COLDATE COLCNTS COLFROM COLSUBJ COLTAGS COLRESET
export THEME_LOADED=1
fi