From 690804b4ce48af6b49d25359150163673b7d0fc3 Mon Sep 17 00:00:00 2001 From: Corey Smith Date: Thu, 17 Jul 2025 11:13:31 -0700 Subject: [PATCH] Increase history --- makehome.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makehome.sh b/makehome.sh index cc8a88b..5a35d8a 100644 --- a/makehome.sh +++ b/makehome.sh @@ -61,8 +61,8 @@ HISTCONTROL=ignoreboth shopt -s histappend # for setting history length see HISTSIZE and HISTFILESIZE in bash(1) -HISTSIZE=1000 -HISTFILESIZE=2000 +HISTSIZE=10000 +HISTFILESIZE=10000 # check the window size after each command and, if necessary, # update the values of LINES and COLUMNS.