From 7b098b83ae8e67a89e152d17256245f8829d1134 Mon Sep 17 00:00:00 2001 From: fanyx Date: Tue, 26 Mar 2024 10:19:33 +0100 Subject: [PATCH] modern bashhistsize --- .void.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.void.bashrc b/.void.bashrc index 3cbd9ed..eb3c168 100644 --- a/.void.bashrc +++ b/.void.bashrc @@ -50,8 +50,8 @@ HISTCONTROL=ignoreboth shopt -s histappend # for setting history length see HISTSIZE and HISTFILESIZE in bash(1) -HISTSIZE=1000 -HISTFILESIZE=2000 +HISTSIZE=50000 +HISTFILESIZE=50000 # check the window size after each command and, if necessary, # update the values of LINES and COLUMNS.