From 0524a83e9d6443c0114f30ef0bce1bf1e6702f3b Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Sat, 23 May 2026 10:41:57 +0200 Subject: feat: increase history size to 2^14 --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index c1fee85..e34c428 100644 --- a/.bashrc +++ b/.bashrc @@ -10,7 +10,7 @@ export HISTCONTROL=ignoredups # If the sysadmins do not care about history timestamps, let us do that: [ -z "$HISTTIMEFORMAT" ] && export HISTTIMEFORMAT="%F %T " # same philosophy, other history settings: -[ -z "$HISTSIZE" ] && export HISTSIZE=10240 +[ -z "$HISTSIZE" ] && export HISTSIZE=16384 [ -z "$HISTCONTROL" ] && export HISTCONTROL=ignoredups # stuff before $BBD # shellcheck disable=SC1090 -- cgit v1.2.3