From 72de16e0a46a5f64e60df7eb27b0450b567c5ebb Mon Sep 17 00:00:00 2001
From: tv <tv@krebsco.de>
Date: Tue, 5 Feb 2019 11:06:17 +0100
Subject: [PATCH] tv bash: add timestamps to histfile

---
 tv/2configs/bash/default.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tv/2configs/bash/default.nix b/tv/2configs/bash/default.nix
index 86e5598bb..42914e060 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