Bump history size
This commit is contained in:
4
.bashrc
4
.bashrc
@@ -10,8 +10,8 @@ HISTCONTROL=ignoreboth
|
||||
# append to the history file, don't overwrite it
|
||||
shopt -s histappend
|
||||
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
|
||||
HISTSIZE=10000
|
||||
HISTFILESIZE=500000
|
||||
HISTSIZE=100000
|
||||
HISTFILESIZE=5000000
|
||||
# treat directory name commands as cd
|
||||
shopt -s autocd
|
||||
# check the window size after each command and, if necessary,
|
||||
|
||||
Reference in New Issue
Block a user