Monday, September 3, 2012

Changing bash shell history size

In order to change the bash shell history size and history file size, I added the following two lines inside .bash_profile file.


HISTSIZE=10000
HISTFILESIZE=10000

No comments: