modern bashhistsize

This commit is contained in:
fanyx 2024-03-26 10:19:33 +01:00
parent c92e992f56
commit 7b098b83ae
1 changed files with 2 additions and 2 deletions

View File

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