From 906b645cdb3286076affbb942ff23d99e409db86 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 4 Jan 2013 10:42:16 -0500 Subject: enlarge Bash's HISTSIZE (500 -> 5000) --- .config/bash/rc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/bash/rc.sh b/.config/bash/rc.sh index bfba6d4..faf8116 100644 --- a/.config/bash/rc.sh +++ b/.config/bash/rc.sh @@ -21,6 +21,7 @@ shopt -s checkhash export HISTCONTROL=ignoredups export HISTFILE=${XDG_CACHE_HOME}/bash/history export HISTTIMEFORMAT='[%Y-%m-%d %H:%M] ' +export HISTSIZE=5000 shopt -s histappend # append to the history file, don't overwrite it mkdir -p "${HISTFILE%/*}" -- cgit v1.1-4-g5e80