From c546d1c3b25daaaaabe4e751c98d95cd85a985f8 Mon Sep 17 00:00:00 2001 From: Quinn Date: Thu, 28 Aug 2025 10:02:59 +0200 Subject: [PATCH] modify history settings --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 815f35a..2d5b44e 100644 --- a/.bashrc +++ b/.bashrc @@ -56,8 +56,8 @@ PS1="$PS1"'\[\033[00m\]\$ ' # shell sign # history settings HISTSIZE=2048 -HISTFILESIZE=2048 HISTCONTROL=erasedups:ignoredups:ignorespace +HISTIGNORE='exit*:clear*:\:*:echo*' # # bash completion