From df244c911fe0ddf4f909e34a9f48fb0bd7a0d526 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 13 Apr 2020 17:18:19 -0400 Subject: [PATCH] bashrc: increase history size --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2