From: Chris Koeritz Date: Sat, 2 Mar 2013 17:41:32 +0000 (-0500) Subject: updated history limits to be more useful. X-Git-Tag: 2.140.90~1083 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=5ecfd83bfba80a156a76866185ccef54a9e03315;p=feisty_meow.git updated history limits to be more useful. --- 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 ##############