diff options
author | Camil Staps | 2018-06-25 12:48:23 +0200 |
---|---|---|
committer | Camil Staps | 2018-06-25 12:48:23 +0200 |
commit | 0d0079e3dbac5625bb0782d6ce041489b22dd1a5 (patch) | |
tree | 5e59a930ae7f7597d3c2fe56bc7c42fab3514fcd /system/.bashrc | |
parent | Fix testproperties binary name (diff) |
Unlimited bash history
Diffstat (limited to 'system/.bashrc')
-rw-r--r-- | system/.bashrc | 5 |
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. |