aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/.bashrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/system/.bashrc b/system/.bashrc
index 6ec738e..b1c936f 100644
--- a/system/.bashrc
+++ b/system/.bashrc
@@ -16,8 +16,9 @@ HISTCONTROL=ignoreboth
shopt -s histappend
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
-HISTSIZE=1000
-HISTFILESIZE=2000
+HISTSIZE=
+HISTFILESIZE=
+HISTTIMEFORMAT="[%F %T] "
# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.