diff --git a/.bashrc b/.bashrc index b1fe817..93c63bf 100755 --- a/.bashrc +++ b/.bashrc @@ -105,6 +105,9 @@ export HISTFILESIZE= # Avoid duplicates in the history... export HISTCONTROL=ignoreboth +# Record the timestamp in the bash history +export HISTTIMEFORMAT="%Y-%m-%d %T " + # Append history entries... shopt -s histappend