export HISTFILESIZE=100000

Category: Terminal Configuration

export HISTFILESIZE=100000

Save up to 100,000 commands in the history file

HISTFILESIZE controls how many lines are written to ~/.bash_history when a session ends. Set it equal to or larger than HISTSIZE. For zsh, use SAVEHIST instead of HISTFILESIZE.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.