From c4bc312d2c82b2843c8ed8dcf45cf713934113a4 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Mon, 29 Jan 2024 18:48:00 +0000 Subject: Set Bash HISTSIZE to 10000 instead of using the default 1000 --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index b2aa920..9c7bf72 100644 --- a/.bashrc +++ b/.bashrc @@ -27,6 +27,9 @@ bind '"\e[B":history-search-forward' # HISTORY CONTROL # =============== +# Default if not set is 1000 +export HISTSIZE=10000 + shopt -s histappend # Don't save duplicates -- cgit v1.2.3