9 lines
206 B
Plaintext
9 lines
206 B
Plaintext
|
# Infinite history size
|
||
|
export HISTFILESIZE=
|
||
|
export HISTSIZE=
|
||
|
export HISTTIMEFORMAT="%F %T: "
|
||
|
# Different history file to avoid truncation
|
||
|
export HISTFILE=~/.bash_eternal_history
|
||
|
|
||
|
# vim: set ft=sh ff=unix:
|