From 689cc227ac2832428c3abf1c95110526f138d919 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 1 Oct 2017 16:13:49 -0400 Subject: bash: increase HISTSIZE --- .config/bash/rc.d/10_hist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/bash/rc.d/10_hist.sh b/.config/bash/rc.d/10_hist.sh index 6b2c4f1..3d34d6e 100644 --- a/.config/bash/rc.d/10_hist.sh +++ b/.config/bash/rc.d/10_hist.sh @@ -4,6 +4,6 @@ HISTCONTROL=$HISTCONTROL${HISTCONTROL+,}ignoredups HISTFILE=${XDG_DATA_HOME}/bash/history HISTTIMEFORMAT='[%Y-%m-%d %H:%M] ' -HISTSIZE=5000 +HISTSIZE=50000 shopt -s histappend # append to the history file, don't overwrite it mkdir -p "${HISTFILE%/*}" -- cgit v1.1-4-g5e80