From 49200f1f9cdda27d3aa63e9462aa40982789a2f5 Mon Sep 17 00:00:00 2001 From: "jul.io" Date: Wed, 1 Mar 2023 16:30:17 +0000 Subject: [PATCH] .bashrc added HISTTIMEFORMAT --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 7247dd9..6f7ef2a 100644 --- a/.bashrc +++ b/.bashrc @@ -36,6 +36,7 @@ export EDITOR=vi export HISTCONTROL=ignoreboth:erasedups export HISTFILESIZE= export HISTSIZE=5000 +export HISTTIMEFORMAT="%Y-%m-%d %T " shopt -s histappend shopt -s cmdhist