Re: "unset HISTFILESIZE" not working in .bashrc

2009-02-16 Thread perryh
Chet Ramey wrote: > HISTFILESIZE doesn't exist until bash tries to load the history > list from the history file (taken from $HISTFILE). At that point, > if it doesn't have a value, it's set to $HISTSIZE. That doesn't > happen until after the startup files are read, as you guessed. > > If you w

"unset HISTFILESIZE" not working in .bashrc

2009-02-15 Thread perryh
bashrc had been read. I then entered ". .bashrc" so that .bashrc would be read again, and this time the unset worked as expected. Should I be using some other method to unset HISTFILESIZE? The xterm shows: this is .bashrc [per...@fbsd61 /usr/home/perryh]$ echo $HISTFILESIZE 500 [per...@