From bcdca7fc8c9b355169ccad2fe94b87996c5481bb Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 24 Dec 2022 15:16:41 +0100 Subject: raise HISTSIZE and HISTFILESIZE 10 times --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 1553cf4..f3ec735 100644 --- a/.bashrc +++ b/.bashrc @@ -16,8 +16,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. -- cgit v1.2.3