From 852def15fb1e1d2d513b687af144720ec18d0ab3 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 17 Aug 2012 16:27:22 +1200 Subject: Has to be set to a non-zero value to work --- bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/bashrc b/bash/bashrc index 387d6b3c..3459f83a 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -15,7 +15,7 @@ export NCURSES_NO_UTF8_ACS=1 export GPGKEY=255AAC13 # Keep plenty of history. -unset HISTFILESIZE +HISTFILESIZE=1000000 HISTSIZE=1000000 # Ignore duplicate commands and whitespace in history. -- cgit v1.2.3