From 1648eb59820993a1f4eec941f3b42b30d3e921b9 Mon Sep 17 00:00:00 2001 From: Adam <56338480+adastx@users.noreply.github.com> Date: Thu, 28 Jul 2022 17:03:23 +0200 Subject: bashrc: increased history size --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index c004813..f3f4c82 100644 --- a/.bashrc +++ b/.bashrc @@ -2,8 +2,8 @@ [[ $- != *i* ]] && return HISTCONTROL=ignoreboth:erasedups -HISTSIZE=1000 -HISTFILESIZE=5000 +HISTSIZE=100000 +HISTFILESIZE=$HISTSIZE shopt -s histappend shopt -s checkwinsize -- cgit v1.2.3-70-g09d2