bash: eternal history

This commit is contained in:
Mathieu Maret 2023-01-24 16:17:55 +01:00
parent 0e377b5025
commit 81c4d098fc
1 changed files with 2 additions and 2 deletions

View File

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