summaryrefslogtreecommitdiffstats
path: root/tv/2configs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2019-02-05 11:06:17 +0100
committerlassulus <lassulus@lassul.us>2019-02-08 05:19:48 +0100
commit483c26af7cb8ae71fc65704a2062ec2ca618a1ac (patch)
tree825981e350f89574a4b7b61942648fefcae53321 /tv/2configs
parent7f11da400dab2ce180af799c257dff1ff2996781 (diff)
tv bash: add timestamps to histfile
Diffstat (limited to 'tv/2configs')
-rw-r--r--tv/2configs/bash/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/2configs/bash/default.nix b/tv/2configs/bash/default.nix
index 86e5598..42914e0 100644
--- a/tv/2configs/bash/default.nix
+++ b/tv/2configs/bash/default.nix
@@ -8,6 +8,7 @@ with import <stockholm/lib>;
HISTCONTROL='erasedups:ignorespace'
HISTSIZE=65536
HISTFILESIZE=$HISTSIZE
+ HISTTIMEFORMAT=
shopt -s checkhash
shopt -s histappend histreedit histverify