From 01463a3a4fcef39bfdf40983555760dfcd56c7e2 Mon Sep 17 00:00:00 2001 From: urosm Date: Sat, 21 Sep 2024 18:04:36 +0200 Subject: [PATCH] .bashrc: update history config --- .bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 516b078..b3e20fe 100644 --- a/.bashrc +++ b/.bashrc @@ -19,7 +19,8 @@ alias lll="ls -AFl" # history HISTCONTROL="ignoreboth:erasedups" -HISTFILESIZE="-1" +HISTFILESIZE=-1 +HISTSIZE=-1 HISTIGNORE="q" shopt -s histappend PROMPT_COMMAND=${PROMPT_COMMAND:+${PROMPT_COMMAND%;}; }"history -a; history -c; history -r;"