diff options
author | tv <tv@krebsco.de> | 2019-02-05 11:06:17 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-02-05 11:08:04 +0100 |
commit | b7ced221a53c2fc95f630348cf5c7befd0c4a904 (patch) | |
tree | 33bc13d8efd6eadc7af2c27010116c9a3e50a266 /tv | |
parent | 5ddac6d53dd1ad6ae0767ef6a99b0ac7de695e23 (diff) |
tv bash: add timestamps to histfile
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/bash/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 |