From: Mike Frysinger Date: Mon, 13 Apr 2020 21:18:19 +0000 (-0400) Subject: bashrc: increase history size X-Git-Url: https://git.wh0rd.org/?p=home.git;a=commitdiff_plain;h=df244c911fe0ddf4f909e34a9f48fb0bd7a0d526 bashrc: increase history size --- diff --git a/.bashrc b/.bashrc index dd8b400..041297e 100644 --- a/.bashrc +++ b/.bashrc @@ -16,7 +16,7 @@ unset s e export ECHANGELOG_USER="Mike Frysinger " export GCC_BOUNDS_OPTS=-no-message export HISTCONTROL=ignoreboth -export HISTFILESIZE=10000 +export HISTFILESIZE=30000 export HISTSIZE=${HISTFILESIZE} export LESS="-R --tabs=4 -M -#10" export LESSCOLOR=0