From 8840e556faa55bc4a0371079a1081e7888f1919a Mon Sep 17 00:00:00 2001 From: Jake Koroman Date: Tue, 28 Jul 2026 21:32:34 -0400 Subject: fixes. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 722db7a..ce5dd1a 100644 --- a/.bashrc +++ b/.bashrc @@ -30,7 +30,7 @@ alias make="make -j$(nproc)" # honor it and otherwise use /bin/sh. export SHELL export HISTFILE=$HOME/.bash_history -export HISTSIZE=5000 +export HISTSIZE=50000 set -o noclobber -- cgit v1.2.3