tv bash: add timestamps to histfile

This commit is contained in:
tv 2019-02-05 11:06:17 +01:00
parent 5ddac6d53d
commit b7ced221a5

View File

@ -8,6 +8,7 @@ with import <stockholm/lib>;
HISTCONTROL='erasedups:ignorespace'
HISTSIZE=65536
HISTFILESIZE=$HISTSIZE
HISTTIMEFORMAT=
shopt -s checkhash
shopt -s histappend histreedit histverify