X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fvariables.sh;h=ab5d6a6a8dc2491b1ac11a58660e0449d62d9a16;hb=5fcf7d67cfb71b82a1326b3894076c3fab253127;hp=465a864c90f06e720aaa2b437186148000f4756b;hpb=a54f24a9ec3bef2bb51e0b2a31f19455c8e2eb60;p=feisty_meow.git 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 ##############