tv bash: add timestamps to histfile

This commit is contained in:
tv 2019-02-05 11:06:17 +01:00 committed by lassulus
parent 5daf58f556
commit 72de16e0a4
1 changed files with 1 additions and 0 deletions

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