larger history
This commit is contained in:
parent
9d7c62684f
commit
55e423ec8b
@ -16,8 +16,8 @@ shopt -s autocd
|
||||
shopt -s histappend
|
||||
|
||||
HISTCONTROL=ignoreboth
|
||||
HISTSIZE=20000
|
||||
HISTFILESIZE=20000
|
||||
HISTSIZE=1000000
|
||||
HISTFILESIZE=1000000
|
||||
HISTTIMEFORMAT="%d %b %Y %T %z "
|
||||
|
||||
if [ "$EUID" -eq 0 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user