From 5ecfd83bfba80a156a76866185ccef54a9e03315 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 2 Mar 2013 12:41:32 -0500 Subject: [PATCH] updated history limits to be more useful. --- scripts/core/variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index 465a864c..ab5d6a6a 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -16,7 +16,7 @@ export PS1='\u@\h $ '; # sets the history length and max file size so we can get some long history around here. export HISTSIZE=1000000 -export HISTFILESIZE=2000000 +export HISTFILESIZE=8000000 ############## -- 2.34.1