tv bash: add timestamps to histfile
This commit is contained in:
parent
5daf58f556
commit
72de16e0a4
@ -8,6 +8,7 @@ with import <stockholm/lib>;
|
|||||||
HISTCONTROL='erasedups:ignorespace'
|
HISTCONTROL='erasedups:ignorespace'
|
||||||
HISTSIZE=65536
|
HISTSIZE=65536
|
||||||
HISTFILESIZE=$HISTSIZE
|
HISTFILESIZE=$HISTSIZE
|
||||||
|
HISTTIMEFORMAT=
|
||||||
|
|
||||||
shopt -s checkhash
|
shopt -s checkhash
|
||||||
shopt -s histappend histreedit histverify
|
shopt -s histappend histreedit histverify
|
||||||
|
Loading…
Reference in New Issue
Block a user