From 2cfe15ba49c7d9e2bfb3d63b42d93030701cf7b8 Mon Sep 17 00:00:00 2001 From: Tristan Williams Date: Sun, 13 Oct 2024 05:52:34 -0400 Subject: .bashrc: Fix history size --- home/.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.bashrc b/home/.bashrc index 627ba24..85853e4 100644 --- a/home/.bashrc +++ b/home/.bashrc @@ -58,5 +58,5 @@ HISTCONTROL=ignoreboth shopt -s histappend # History size -HISTSIZE=100000 -HISTFILESIZE=100000 +HISTSIZE=100000 #100K +HISTFILESIZE=1000000 #1M -- cgit v1.2.3