From 6ab81fa8fb6cbc628854a652ada2ef88715af230 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 21 Nov 2022 17:19:41 +0100 Subject: .bashrc: use history defaults --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 25fb9da..3ccd14d 100644 --- a/.bashrc +++ b/.bashrc @@ -25,8 +25,8 @@ bind -m vi-insert -x '"\C-l": clear' # Append to history file shopt -s histappend -HISTSIZE=50000 -HISTFILESIZE=500000 +#HISTSIZE=50000 +#HISTFILESIZE=500000 HISTCONTROL=ignorespace # set window title -- cgit 1.4.1