+HISTSIZE=100000
authorroot <>
Tue, 1 Jan 2002 21:35:55 +0000 (21:35 +0000)
committerroot <>
Tue, 1 Jan 2002 21:35:55 +0000 (21:35 +0000)
.bashrc

diff --git a/.bashrc b/.bashrc
index 2d88a46..1ef4c10 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -57,6 +57,8 @@ export WWW_HOME="file:///home/short/.bookmarks.html"
 export GREP_OPTIONS="--binary-files=without-match --directories=skip"
 [ -n "$PS1" ] && export PS1="`echo -en '\017'`$PS1"    # set only in interactive sessions
 export MINICOM="-m -c on"      # metakeys+color
+export HISTSIZE=100000
+export HISTFILESIZE="$HISTSIZE"
 
 # Force strcoll() to sort case-sensitively! (empty/undef doesn't work)
 export LC_COLLATE=C