Bash history size 2010-05-17 09:22am
Bash defaults to logging 1000 entries to the history. I've found that is sometimes not enough, so I increased that limit by adding the following like to my ~/.bashrc
HISTSIZE=5000
Bash defaults to logging 1000 entries to the history. I've found that is sometimes not enough, so I increased that limit by adding the following like to my ~/.bashrc
HISTSIZE=5000