updated history limits to be more useful.
authorChris Koeritz <fred@gruntose.com>
Sat, 2 Mar 2013 17:41:32 +0000 (12:41 -0500)
committerChris Koeritz <fred@gruntose.com>
Sat, 2 Mar 2013 17:41:32 +0000 (12:41 -0500)
scripts/core/variables.sh

index 465a864c90f06e720aaa2b437186148000f4756b..ab5d6a6a8dc2491b1ac11a58660e0449d62d9a16 100644 (file)
@@ -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
   
 ##############