Significantly increase history length.

This commit is contained in:
2022-05-17 21:44:43 +12:00
parent 7e5726e6cd
commit f2fa2bb152

View File

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