Increase histfile size.
This commit is contained in:
parent
2cd1470fa9
commit
b0e9f118bf
@ -6,7 +6,7 @@ fi
|
|||||||
|
|
||||||
# Larger bash history (allow 32³ entries; default is 500)
|
# Larger bash history (allow 32³ entries; default is 500)
|
||||||
export HISTSIZE=32768
|
export HISTSIZE=32768
|
||||||
export HISTFILESIZE=$HISTSIZE
|
export HISTFILESIZE=10000000
|
||||||
export HISTCONTROL=ignoredups
|
export HISTCONTROL=ignoredups
|
||||||
# Make some commands not show up in history
|
# Make some commands not show up in history
|
||||||
export HISTIGNORE="ls:cd:cd -:pwd:exit:date:* --help"
|
export HISTIGNORE="ls:cd:cd -:pwd:exit:date:* --help"
|
||||||
|
Loading…
Reference in New Issue
Block a user