Increase history

This commit is contained in:
Corey Smith
2025-07-17 11:13:31 -07:00
parent 52d32a8ba2
commit 690804b4ce

View File

@ -61,8 +61,8 @@ HISTCONTROL=ignoreboth
shopt -s histappend shopt -s histappend
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1) # for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
HISTSIZE=1000 HISTSIZE=10000
HISTFILESIZE=2000 HISTFILESIZE=10000
# check the window size after each command and, if necessary, # check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS. # update the values of LINES and COLUMNS.