export HISTSIZE=1000
export HISTFILESIZE=1000
Also, use histappend so that the history file is appended to rather than overwritten:
shopt -s histappend
Sources
- man bash
export HISTSIZE=1000
export HISTFILESIZE=1000
Also, use histappend so that the history file is appended to rather than overwritten:
shopt -s histappend
No comments:
Post a Comment