1
0
Fork 0

Bump bash history size

This commit is contained in:
Starbeamrainbowlabs 2017-11-19 09:48:12 +00:00
parent 27e78cd825
commit fbf5ec0316
1 changed files with 2 additions and 2 deletions

View File

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