From 9f2fdf8341d74946810caa2cc16c2c98342b4c38 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 16 Jun 2015 16:46:37 +1200 Subject: May as well keep a huge amount of history Even on my busiest system it's only a megabyte --- bash/bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bash/bashrc') diff --git a/bash/bashrc b/bash/bashrc index c96ed7b2..9fe69341 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -16,8 +16,8 @@ if shopt -q restricted_shell ; then return fi -# Keep around a million lines of history in file -HISTFILESIZE=$((2 ** 20)) +# Keep around sixteen million lines of history in file +HISTFILESIZE=$((2 ** 24)) # Keep around four thousand lines of history in memory HISTSIZE=$((2 ** 12)) -- cgit v1.2.3