1
0
Fork 0
mirror of https://github.com/sbrl/bin.git synced 2018-01-10 21:33:46 +00:00

Bump bash history size

This commit is contained in:
Starbeamrainbowlabs 2017-11-19 09:48:12 +00:00
parent 27e78cd825
commit fbf5ec0316

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.