diff --git a/1.Base/1.Utilities/bashrc b/1.Base/1.Utilities/bashrc
index 4ab1120659bc816752cef4ed3b5da156e1596386..49bf8a1883f90113da17813b7975b2b204174336 100644
--- a/1.Base/1.Utilities/bashrc
+++ b/1.Base/1.Utilities/bashrc
@@ -14,8 +14,9 @@ HISTCONTROL=ignoredups:ignorespace
 shopt -s histappend
 
 # for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
-HISTSIZE=10000
-HISTFILESIZE=20000
+HISTSIZE=100000
+HISTFILESIZE=100000
+HISTTIMEFORMAT='%F %T '
 
 # check the window size after each command and, if necessary,
 # update the values of LINES and COLUMNS.