diff options
Diffstat (limited to '.config/bash/bashrc')
| -rw-r--r-- | .config/bash/bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/bash/bashrc b/.config/bash/bashrc index e9816c4..bd3994b 100644 --- a/.config/bash/bashrc +++ b/.config/bash/bashrc @@ -50,7 +50,7 @@ fi # History shopt -s histappend # append to instead of overwriting HISTFILE -export HISTSIZE=1000 # number of commands to save in history +export HISTSIZE=10000 # number of commands to save in history export HISTTIMEFORMAT='%F %T ' # history entry timesptamp format, also enables multi-line entries export HISTFILESIZE=-1 # don't truncate history export HISTCONTROL="ignoreboth" # don't save duplicate lines or lines starting with a space |
