From a967d06e89aa04dbe0cdb4c2494155a6eee634f3 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Tue, 9 Jan 2024 17:18:18 +0530 Subject: [PATCH] bashrc: update HISTIGNORE --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 2838d5c..ff67897 100644 --- a/.bashrc +++ b/.bashrc @@ -13,7 +13,7 @@ shopt -s globstar shopt -s histappend HISTCONTROL='ignorespace:ignoredups:erasedups' HISTFILESIZE=100000 -HISTIGNORE="clear:history:exit:date:* --help:* -help:* -h:whoami:ls:lah:lo" +HISTIGNORE="clear:history*:exit:date:* --help:* -help:* -h:whoami:ls:lah:lo" HISTSIZE=10000 function path_add() {