modern bashhistsize
This commit is contained in:
parent
c92e992f56
commit
7b098b83ae
|
@ -50,8 +50,8 @@ HISTCONTROL=ignoreboth
|
|||
shopt -s histappend
|
||||
|
||||
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
|
||||
HISTSIZE=1000
|
||||
HISTFILESIZE=2000
|
||||
HISTSIZE=50000
|
||||
HISTFILESIZE=50000
|
||||
|
||||
# check the window size after each command and, if necessary,
|
||||
# update the values of LINES and COLUMNS.
|
||||
|
|
Loading…
Reference in New Issue