From fbf5ec03162bee11a868c09052a47ae5f4540a4d Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 19 Nov 2017 09:48:12 +0000 Subject: [PATCH] Bump bash history size --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 5eed9fc..1dc6ce7 100644 --- a/.bashrc +++ b/.bashrc @@ -18,8 +18,8 @@ shopt -s histappend shopt -s histverify # for setting history length see HISTSIZE and HISTFILESIZE in bash(1) -HISTSIZE=4096 -HISTFILESIZE=4096 +HISTSIZE=10000 +HISTFILESIZE=10000 # check the window size after each command and, if necessary, # update the values of LINES and COLUMNS.