From f2fa2bb15291525e57e5aabe5513674a95741712 Mon Sep 17 00:00:00 2001 From: James Blair Date: Tue, 17 May 2022 21:44:43 +1200 Subject: [PATCH] Significantly increase history length. --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 55eb2ed..53c0bf8 100644 --- a/.bashrc +++ b/.bashrc @@ -12,8 +12,8 @@ HISTCONTROL=ignoreboth shopt -s histappend # for setting history length see HISTSIZE and HISTFILESIZE in bash(1) -HISTSIZE=1000 -HISTFILESIZE=2000 +HISTSIZE=10000 +HISTFILESIZE=20000 # check the window size after each command and, if necessary, # update the values of LINES and COLUMNS.