Increase bash HISTSIZE and HISTFILESIZE to 20000
This commit is contained in:
parent
130b48acdc
commit
25d99f16e8
1 changed files with 2 additions and 2 deletions
4
.bashrc
4
.bashrc
|
|
@ -10,8 +10,8 @@ set -o noclobber
|
|||
shopt -s checkwinsize
|
||||
shopt -s histappend
|
||||
export HISTCONTROL=ignoreboth
|
||||
export HISTSIZE=1000
|
||||
export HISTFILESIZE=2000
|
||||
export HISTSIZE=20000
|
||||
export HISTFILESIZE=20000
|
||||
export PROMPT_DIRTRIM=3
|
||||
|
||||
# Color output and default options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue