aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorCamil Staps2018-06-25 12:48:23 +0200
committerCamil Staps2018-06-25 12:48:23 +0200
commit0d0079e3dbac5625bb0782d6ce041489b22dd1a5 (patch)
tree5e59a930ae7f7597d3c2fe56bc7c42fab3514fcd /system
parentFix testproperties binary name (diff)
Unlimited bash history
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.