large history lel

This commit is contained in:
lickthecheese 2019-10-02 15:13:31 -04:00
parent ec5eae0984
commit 732b4aa3fd
1 changed files with 2 additions and 2 deletions

View File

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