From 81c4d098fccbb06a54afe07e5af7cd68ac964e3e Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Tue, 24 Jan 2023 16:17:55 +0100 Subject: [PATCH] bash: eternal history --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 85f22e9..9a4e4f4 100644 --- a/.bashrc +++ b/.bashrc @@ -13,8 +13,8 @@ HISTCONTROL=ignoreboth shopt -s histappend # for setting history length see HISTSIZE and HISTFILESIZE in bash(1) -HISTSIZE=1000 -HISTFILESIZE=2000 +HISTSIZE= +HISTFILESIZE= # check the window size after each command and, if necessary, # update the values of LINES and COLUMNS.