From 00ebc6f7baa7e9bf4c7f8124d2ed7678d7a01f87 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Thu, 11 Jun 2026 09:27:41 +0200 Subject: misc(bash): HISTSIZE 1000 → 10000 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/bash') diff --git a/.config/bash/bashrc b/.config/bash/bashrc index e9816c4..bd3994b 100644 --- a/.config/bash/bashrc +++ b/.config/bash/bashrc @@ -50,7 +50,7 @@ fi # History shopt -s histappend # append to instead of overwriting HISTFILE -export HISTSIZE=1000 # number of commands to save in history +export HISTSIZE=10000 # number of commands to save in history export HISTTIMEFORMAT='%F %T ' # history entry timesptamp format, also enables multi-line entries export HISTFILESIZE=-1 # don't truncate history export HISTCONTROL="ignoreboth" # don't save duplicate lines or lines starting with a space -- cgit v1.3.1