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:
parent
27e78cd825
commit
fbf5ec0316
1 changed files with 2 additions and 2 deletions
4
.bashrc
4
.bashrc
|
@ -18,8 +18,8 @@ shopt -s histappend
|
||||||
shopt -s histverify
|
shopt -s histverify
|
||||||
|
|
||||||
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
|
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
|
||||||
HISTSIZE=4096
|
HISTSIZE=10000
|
||||||
HISTFILESIZE=4096
|
HISTFILESIZE=10000
|
||||||
|
|
||||||
# check the window size after each command and, if necessary,
|
# check the window size after each command and, if necessary,
|
||||||
# update the values of LINES and COLUMNS.
|
# update the values of LINES and COLUMNS.
|
||||||
|
|
Loading…
Reference in a new issue