From c58abab9e5f14fdabb1ea8b314c370fb515b7b69 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Wed, 26 Oct 2022 12:05:56 -0600 Subject: havent updated these in a while --- bash/.bash/00-global.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/.bash/00-global.bash') diff --git a/bash/.bash/00-global.bash b/bash/.bash/00-global.bash index 38718fb..5ad99f7 100644 --- a/bash/.bash/00-global.bash +++ b/bash/.bash/00-global.bash @@ -5,7 +5,7 @@ # # expand history size -export HISTSIZE=5000 +export HISTSIZE=100000 # source global definitions if [ -f /etc/bashrc ]; then -- cgit v1.2.3