projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4d33a0
)
updated history limits to be more useful.
author
Chris Koeritz
<fred@gruntose.com>
Sat, 2 Mar 2013 17:41:32 +0000
(12:41 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Sat, 2 Mar 2013 17:41:32 +0000
(12:41 -0500)
scripts/core/variables.sh
patch
|
blob
|
history
diff --git
a/scripts/core/variables.sh
b/scripts/core/variables.sh
index 465a864c90f06e720aaa2b437186148000f4756b..ab5d6a6a8dc2491b1ac11a58660e0449d62d9a16 100644
(file)
--- 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=
2
000000
+export HISTFILESIZE=
8
000000
##############